X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=nonrtric%2FRECIPE_EXAMPLE%2Fexample_recipe.yaml;h=24f3a8ff6c7cc34aa03058aa1590ad8745fe8b07;hb=2482dc9de60c39de16d4e85d3fa11d02ec645957;hp=cd0c4b02ee8a5d17a8df023d68288768d286f07c;hpb=f524d97ae49083cd4e194e2c301ed11ffbd2cc1d;p=it%2Fdep.git diff --git a/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml b/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml index cd0c4b02..24f3a8ff 100644 --- a/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml +++ b/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml @@ -19,7 +19,7 @@ #------------------------------------------------------------------------- -# Here you can enable inclusion or exclusion of each component. A not installd component will not be installed. +# Here you can enable inclusion or exclusion of each component. A not installed component will not be installed. nonrtric: installPms: true installA1controller: false @@ -29,28 +29,29 @@ nonrtric: installRappcatalogueservice: false installNonrtricgateway: true installKong: false + installDmaapAdapterservice: true volume1: # Set the size to 0 if you do not need the volume (if you are using Dynamic Volume Provisioning) size: 2Gi storageClassName: pms-storage - volume2: + volume2: # Set the size to 0 if you do not need the volume (if you are using Dynamic Volume Provisioning) size: 2Gi storageClassName: ecs-storage - + common: releasePrefix: r3-dev-nonrtric # Do not change the namespace namespace: nonrtric: nonrtric - ingressClassName: kong + ingressClassName: kong enrichmentservice: enrichmentservice: imagePullPolicy: IfNotPresent image: registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc' name: 'nonrtric-enrichment-coordinator-service' - tag: 1.1.0 + tag: 1.2.0 service: allowHttp: true httpName: http @@ -225,3 +226,25 @@ nonrtricgateway: readiness: initialDelaySeconds: 20 periodSeconds: 10 + +dmaapadapterservice: + dmaapadapterservice: + imagePullPolicy: IfNotPresent + image: + registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc' + name: 'nonrtric-dmaap-adaptor' + tag: 1.0.0 + service: + allowHttp: true + httpName: http + internalPort1: 9087 + targetPort1: 8084 + httpsName: https + internalPort2: 9088 + targetPort2: 8435 + liveness: + initialDelaySeconds: 20 + periodSeconds: 10 + readiness: + initialDelaySeconds: 20 + periodSeconds: 10