X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=smo-install%2Foran_oom%2Fhelmmanager%2Ftemplates%2Fstatefulset.yaml;h=d980ecbac6028db3360a07883a76567c3f167965;hb=7b4b4007db003d28ee347e3d373e8ac605581cb5;hp=668ac5f60886a4e0a492c0c56ca7323f07b96d98;hpb=a8414e7e44dea72da6f4f235e14f7fef59b4e266;p=it%2Fdep.git diff --git a/smo-install/oran_oom/helmmanager/templates/statefulset.yaml b/smo-install/oran_oom/helmmanager/templates/statefulset.yaml index 668ac5f6..d980ecba 100644 --- a/smo-install/oran_oom/helmmanager/templates/statefulset.yaml +++ b/smo-install/oran_oom/helmmanager/templates/statefulset.yaml @@ -48,17 +48,16 @@ spec: ports: - containerPort: {{ .Values.helmmanager.service.targetPort1 }} protocol: TCP - # readinessProbe: - # tcpSocket: - # port: {{ .Values.helmmanager.service.targetPort1 }} - # initialDelaySeconds: {{ .Values.helmmanager.liveness.initialDelaySeconds }} - # periodSeconds: {{ .Values.helmmanager.liveness.periodSeconds }} - # livenessProbe: - # httpGet: - # path: /helm/charts - # port: {{ .Values.helmmanager.service.targetPort1 }} - # initialDelaySeconds: {{ .Values.helmmanager.liveness.initialDelaySeconds }} - # periodSeconds: {{ .Values.helmmanager.liveness.periodSeconds }} + readinessProbe: + tcpSocket: + port: {{ .Values.helmmanager.service.targetPort1 }} + initialDelaySeconds: {{ .Values.helmmanager.liveness.initialDelaySeconds }} + periodSeconds: {{ .Values.helmmanager.liveness.periodSeconds }} + livenessProbe: + tcpSocket: + port: {{ .Values.helmmanager.service.targetPort1 }} + initialDelaySeconds: {{ .Values.helmmanager.liveness.initialDelaySeconds }} + periodSeconds: {{ .Values.helmmanager.liveness.periodSeconds }} volumeMounts: - name: {{ include "common.name.helmmanager" . }}-vardata mountPath: "/var/helm-manager-service"