Remove emoji comment
All checks were successful
Publish Helm Chart / publish (push) Successful in 28s

This commit is contained in:
olof.pettersson
2025-12-11 16:35:51 +01:00
parent 563173c1a7
commit 4b8a93e358

View File

@ -8,8 +8,6 @@ spec:
type: {{ .Values.service.type }} type: {{ .Values.service.type }}
ports: ports:
- port: {{ .Values.service.port }} - port: {{ .Values.service.port }}
# ✅ CRITICAL: It must use the .Values.service.targetPort variable
# If this line is missing, K8s assumes targetPort == port
targetPort: {{ .Values.service.targetPort | default 8000 }} targetPort: {{ .Values.service.targetPort | default 8000 }}
protocol: TCP protocol: TCP
name: http name: http