Remove emoji comment
All checks were successful
Publish Helm Chart / publish (push) Successful in 28s
All checks were successful
Publish Helm Chart / publish (push) Successful in 28s
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user