video-iac/k8s/authelia/templates/service.yaml

14 lines
235 B
YAML
Raw Normal View History

2026-02-15 22:18:21 +00:00
apiVersion: v1
kind: Service
metadata:
name: authelia
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http
selector:
app: authelia