helm-charts/charts/stable/romm/templates/service.yaml
alice 103b1d3145
All checks were successful
checks / check and test (pull_request) Successful in 28s
v0.1.1 Romm - Fix Service
2023-06-26 15:49:57 +00:00

12 lines
257 B
YAML

apiVersion: v1
kind: Service
metadata:
name: {{ .Release.Name }}
namespace: {{ .Values.namespace }}
labels:
{{- include "romm.labels" . | nindent 4 }}
spec:
ports:
- port: 80
selector:
{{- include "romm.selectorLabels" . | nindent 4 }}