[CHORE] Formatted Everything
This commit is contained in:
parent
455ceb11e4
commit
8c21184145
6 changed files with 36 additions and 27 deletions
|
@ -1,15 +1,13 @@
|
|||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: {{ include "nile.fullname" . }}
|
||||
labels:
|
||||
{{- include "nile.labels" . | nindent 4 }}
|
||||
name: { { include "nile.fullname" . } }
|
||||
labels: { { - include "nile.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 "nile.selectorLabels" . | nindent 4 }}
|
||||
selector: { { - include "nile.selectorLabels" . | nindent 4 } }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue