feat(helm): Added health port in ClusterIP (#1535)

Signed-off-by: Ram Singh Panwar <ram.panwar@tmdc.io>
This commit is contained in:
ramsinghtmdc
2025-07-10 09:47:11 +03:00
committed by GitHub
parent 30408c9036
commit 255c71e9bd
2 changed files with 7 additions and 0 deletions
+3
View File
@@ -89,6 +89,9 @@ spec:
- name: metrics
containerPort: 8080
protocol: TCP
- name: health-api
containerPort: 10080
protocol: TCP
{{- end }}
{{- with .Values.manager.ports }}
{{- . | nindent 12 }}
@@ -15,6 +15,10 @@ spec:
name: metrics
protocol: TCP
targetPort: 8080
- port: 10080
name: health-api
protocol: TCP
targetPort: 10080
selector:
{{- include "capsule.selectorLabels" . | nindent 4 }}
sessionAffinity: None