Files
operator/charts/apps/jellyfin/templates/external-http-service.yaml
Morten Olsen b8c7930650 cleanup
2025-09-05 21:15:02 +02:00

12 lines
318 B
YAML

apiVersion: homelab.mortenolsen.pro/v1
kind: ExternalHttpService
metadata:
name: '{{ .Release.Name }}'
spec:
environment: '{{ .Values.globals.environment }}'
subdomain: '{{ .Values.subdomain }}'
destination:
host: '{{ .Release.Name }}.{{ .Release.Namespace }}.svc.cluster.local'
port:
number: 80