X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=it%2Fdep.git;a=blobdiff_plain;f=smo-install%2Foran_oom%2Fa1controller%2Fvalues.yaml;fp=smo-install%2Foran_oom%2Fa1controller%2Fvalues.yaml;h=bae7cfb07c54c59fef6b749c85a1fdfa9ee303d5;hp=28bd09cef2005b98cfb15c2025622e63125f0305;hb=918108f729c368db61fe904024129f21269e19b7;hpb=c9ace66e2b4635918c4c4c473dfc7bcbeb41b7ae diff --git a/smo-install/oran_oom/a1controller/values.yaml b/smo-install/oran_oom/a1controller/values.yaml index 28bd09ce..bae7cfb0 100644 --- a/smo-install/oran_oom/a1controller/values.yaml +++ b/smo-install/oran_oom/a1controller/values.yaml @@ -17,24 +17,24 @@ # Default values for a1controller. # This is a YAML-formatted file. # Declare variables to be passed into your templates. -a1controller: - imagePullPolicy: IfNotPresent - image: - registry: 'nexus3.onap.org:10002/onap' - name: sdnc-image - tag: 2.1.6 - replicaCount: 1 - service: - allowHttp: true - httpName: http - internalPort1: 8282 - targetPort1: 8181 - httpsName: https - internalPort2: 8383 - targetPort2: 8443 - liveness: - initialDelaySeconds: 300 - periodSeconds: 10 - readiness: - initialDelaySeconds: 60 - periodSeconds: 10 +imagePullPolicy: IfNotPresent +image: + registry: 'nexus3.onap.org:10002/onap' + name: sdnc-image + tag: 2.1.6 +replicaCount: 1 +service: + type: ClusterIP + ports: + - name: http + internalPort: 8282 + targetPort: 8181 + name_tls: https + internalPort_tls: 8383 + targetPort_tls: 8443 +liveness: + initialDelaySeconds: 300 + periodSeconds: 10 +readiness: + initialDelaySeconds: 60 + periodSeconds: 10