nile/templates/service.yaml
dunemask 45b20ae2b0 Helm, Actions, Dev updates, and much more! (#4)
Co-authored-by: dunemask <dunemask@gmail.com>
Reviewed-on: https://gitea.dunemask.net/elysium/nile/pulls/4
2023-08-18 17:43:33 +00:00

15 lines
352 B
YAML

apiVersion: v1
kind: Service
metadata:
name: {{ include "nile.fullname" . }}
labels:
{{- include "nile.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http
selector:
{{- include "nile.selectorLabels" . | nindent 4 }}