Just the main ingress?
This commit is contained in:
parent
eb1e232985
commit
bc56e3b531
1 changed files with 13 additions and 12 deletions
|
|
@ -21,19 +21,20 @@ spec:
|
||||||
valkey:
|
valkey:
|
||||||
enabled: true
|
enabled: true
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
main:
|
||||||
annotations:
|
enabled: true
|
||||||
nginx.ingress.kubernetes.io/proxy-body-size: "0"
|
annotations:
|
||||||
external-dns.alpha.kubernetes.io/target: home.martyn.berlin
|
nginx.ingress.kubernetes.io/proxy-body-size: "0"
|
||||||
hosts:
|
external-dns.alpha.kubernetes.io/target: home.martyn.berlin
|
||||||
- host: immich.martyn.berlin
|
hosts:
|
||||||
paths:
|
|
||||||
- path: "/"
|
|
||||||
service:
|
|
||||||
identifier: main
|
|
||||||
tls:
|
|
||||||
- hosts:
|
|
||||||
- host: immich.martyn.berlin
|
- 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