X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=nonrtric%2Fhelm%2Fcontrolpanel%2Fvalues.yaml;h=d7a6285df422ddad8deba50097638431c309c343;hb=refs%2Fchanges%2F63%2F3963%2F2;hp=23fe2fdab767d9e54c3bf97447ccab5495d847cb;hpb=e4d2f4b90f4045519b1957b37416e163a3079da7;p=it%2Fdep.git diff --git a/nonrtric/helm/controlpanel/values.yaml b/nonrtric/helm/controlpanel/values.yaml index 23fe2fda..d7a6285d 100644 --- a/nonrtric/helm/controlpanel/values.yaml +++ b/nonrtric/helm/controlpanel/values.yaml @@ -26,5 +26,18 @@ controlpanel: tag: 1.0.0 replicaCount: 1 service: - internalPort: 8080 - externalPort: 30090 + allowHttp: true + httpName: http + internalPort1: 8080 + targetPort1: 8080 + externalPort1: 30091 + httpsName: https + internalPort2: 8081 + targetPort2: 8082 + externalPort2: 30092 + liveness: + initialDelaySeconds: 20 + periodSeconds: 10 + readiness: + initialDelaySeconds: 20 + periodSeconds: 10