From 4b8a93e35843e5c2b08d76ea6429212b3008979a Mon Sep 17 00:00:00 2001 From: "olof.pettersson" Date: Thu, 11 Dec 2025 16:35:51 +0100 Subject: [PATCH] Remove emoji comment --- templates/service.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/service.yaml b/templates/service.yaml index 7b2aa84..84dbad8 100644 --- a/templates/service.yaml +++ b/templates/service.yaml @@ -8,8 +8,6 @@ spec: type: {{ .Values.service.type }} ports: - 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 }} protocol: TCP name: http