add immich

This commit is contained in:
Morten Olsen
2025-12-18 21:58:06 +01:00
parent db06db1fee
commit 2628e9d7a9
8 changed files with 202 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
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