X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=it%2Fdep.git;a=blobdiff_plain;f=smo-install%2Foran_oom%2Fhelmmanager%2Fvalues.yaml;fp=smo-install%2Foran_oom%2Fhelmmanager%2Fvalues.yaml;h=d21d38c7fb233f2df7120f3c6194bce3589cd873;hp=fe194e7870204d083b884caf7d8500f81289092d;hb=918108f729c368db61fe904024129f21269e19b7;hpb=c9ace66e2b4635918c4c4c473dfc7bcbeb41b7ae diff --git a/smo-install/oran_oom/helmmanager/values.yaml b/smo-install/oran_oom/helmmanager/values.yaml index fe194e78..d21d38c7 100644 --- a/smo-install/oran_oom/helmmanager/values.yaml +++ b/smo-install/oran_oom/helmmanager/values.yaml @@ -18,23 +18,24 @@ # This is a YAML-formatted file. # Declare variables to be passed into your templates. -helmmanager: - clusterRoleName: cluster-admin - imagePullPolicy: IfNotPresent - image: - registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" - name: "nonrtric-plt-helmmanager" - tag: 1.3.0 - service: - httpName: http - internalPort1: 8112 - targetPort1: 8083 - liveness: - initialDelaySeconds: 20 - periodSeconds: 10 - readiness: - initialDelaySeconds: 20 - periodSeconds: 10 - persistence: - size: 1Gi - storageClassName: standard +clusterRoleName: cluster-admin +imagePullPolicy: IfNotPresent +image: + registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" + name: "nonrtric-plt-helmmanager" + tag: 1.3.0 +service: + type: ClusterIP + ports: + - name: http + internalPort: "8112" + targetPort: "8083" +liveness: + initialDelaySeconds: 20 + periodSeconds: 10 +readiness: + initialDelaySeconds: 20 + periodSeconds: 10 +persistence: + size: 1Gi + storageClassName: standard