fix(templates/service): remove default for service.port

This commit is contained in:
Alex Babel 2021-11-30 18:24:01 +00:00
parent c99918b413
commit 23262ca5ff

View file

@ -8,7 +8,7 @@ metadata:
spec:
type: ClusterIP
ports:
- port: {{ .Values.service.port | default 8008 }}
- port: {{ .Values.service.port }}
targetPort: {{ .Values.service.targetPort | default "http" }}
protocol: TCP
name: http