Files
apps/apps/charts/immich.disabled/templates/external-http-service.yaml
Morten Olsen 2628e9d7a9 add immich
2025-12-18 22:12:42 +01: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