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: spec:
type: ClusterIP type: ClusterIP
ports: ports:
- port: {{ .Values.service.port | default 8008 }} - port: {{ .Values.service.port }}
targetPort: {{ .Values.service.targetPort | default "http" }} targetPort: {{ .Values.service.targetPort | default "http" }}
protocol: TCP protocol: TCP
name: http name: http