[CHORE] Formatted Everything

This commit is contained in:
Dunemask 2024-07-27 08:53:03 -06:00
parent 455ceb11e4
commit 8c21184145
6 changed files with 36 additions and 27 deletions

View file

@ -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 } }