Skip to content

Commit

Permalink
update immich ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
willianpaixao committed May 14, 2024
1 parent d991a00 commit 709a330
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions kubernetes/apps/media/immich/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,29 @@ spec:
ingress:
main:
enabled: true
className: external
ingressClassName: external
annotations:
external-dns.alpha.kubernetes.io/target: "photos.${SECRET_DOMAIN}"
nginx.ingress.kubernetes.io/proxy-body-size: "0"
hosts:
- host: "photos.${SECRET_DOMAIN}"
paths:
- path: /
tls:
- hosts:
- photos.${SECRET_DOMAIN}
internal:
enabled: true
className: internal
annotations:
nginx.ingress.kubernetes.io/proxy-body-size: "0"
gethomepage.dev/enabled: "true"
gethomepage.dev/group: Home
gethomepage.dev/icon: immich.png
gethomepage.dev/name: Photos
hosts:
- host: photos.${SECRET_DOMAIN}
- host: "immich.${SECRET_DOMAIN}"
paths:
- path: /
service:
identifier: main
port: http
tls:
- hosts:
- photos.${SECRET_DOMAIN}
- immich.${SECRET_DOMAIN}

0 comments on commit 709a330

Please sign in to comment.