fix(templates/service): remove default for service.port
This commit is contained in:
parent
c99918b413
commit
23262ca5ff
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue