fix: remove spaces
This commit is contained in:
parent
66d4a0c842
commit
1cf5f91f49
|
@ -1,13 +1,13 @@
|
|||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: { { include "chart.fullname" . } }
|
||||
labels: { { - include "chart.labels" . | nindent 4 } }
|
||||
name: {{ include "chart.fullname" . }}
|
||||
labels: {{ - include "chart.labels" . | nindent 4 }}
|
||||
spec:
|
||||
type: { { .Values.service.type } }
|
||||
type: {{ .Values.service.type }}
|
||||
ports:
|
||||
- port: { { .Values.service.port } }
|
||||
- port: {{ .Values.service.port }}
|
||||
targetPort: http
|
||||
protocol: TCP
|
||||
name: http
|
||||
selector: { { - include "chart.selectorLabels" . | nindent 4 } }
|
||||
selector: {{ - include "chart.selectorLabels" . | nindent 4 }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user