Ingress
This commit is contained in:
parent
d271857857
commit
309eaa591f
1 changed files with 14 additions and 0 deletions
|
|
@ -20,6 +20,20 @@ spec:
|
||||||
existingClaim: immich-data
|
existingClaim: immich-data
|
||||||
valkey:
|
valkey:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
ingress:
|
||||||
|
enabled: true
|
||||||
|
annotations:
|
||||||
|
nginx.ingress.kubernetes.io/proxy-body-size: "0"
|
||||||
|
external-dns.alpha.kubernetes.io/target: home.martyn.berlin
|
||||||
|
hosts:
|
||||||
|
- host: immich.martyn.berlin
|
||||||
|
paths:
|
||||||
|
- path: "/"
|
||||||
|
service:
|
||||||
|
identifier: main
|
||||||
|
tls:
|
||||||
|
- hosts:
|
||||||
|
- host: immich.martyn.berlin
|
||||||
- repoURL: http://forgejo.git.svc.cluster.local/martyn/infra4talos.git
|
- repoURL: http://forgejo.git.svc.cluster.local/martyn/infra4talos.git
|
||||||
path: apps-kustomized/immich
|
path: apps-kustomized/immich
|
||||||
project: apps
|
project: apps
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue