X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=it%2Fdep.git;a=blobdiff_plain;f=smo-install%2Foran_oom%2Frappcatalogueservice%2Fvalues.yaml;fp=smo-install%2Foran_oom%2Frappcatalogueservice%2Fvalues.yaml;h=ecf1ea79cb7c30b239ecf10e9d953d9dc9d44f2f;hp=a59059d3271b416a93c667e6f76a19d33afca902;hb=918108f729c368db61fe904024129f21269e19b7;hpb=c9ace66e2b4635918c4c4c473dfc7bcbeb41b7ae diff --git a/smo-install/oran_oom/rappcatalogueservice/values.yaml b/smo-install/oran_oom/rappcatalogueservice/values.yaml index a59059d3..ecf1ea79 100644 --- a/smo-install/oran_oom/rappcatalogueservice/values.yaml +++ b/smo-install/oran_oom/rappcatalogueservice/values.yaml @@ -18,23 +18,23 @@ # This is a YAML-formatted file. # Declare variables to be passed into your templates. -rappcatalogueservice: - imagePullPolicy: IfNotPresent - image: - registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' - name: nonrtric-plt-rappcatalogue - tag: 1.2.0 - service: - allowHttp: true - httpName: http - internalPort1: 9085 - targetPort1: 8680 - httpsName: https - internalPort2: 9086 - targetPort2: 8633 - liveness: - initialDelaySeconds: 20 - periodSeconds: 10 - readiness: - initialDelaySeconds: 20 - periodSeconds: 10 +imagePullPolicy: IfNotPresent +image: + registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' + name: nonrtric-plt-rappcatalogue + tag: 1.2.0 +service: + type: ClusterIP + ports: + - name: http + internalPort: "9085" + targetPort: "8680" + name_tls: https + internalPort_tls: "9086" + targetPort_tls: "8633" +liveness: + initialDelaySeconds: 20 + periodSeconds: 10 +readiness: + initialDelaySeconds: 20 + periodSeconds: 10