mirror of
https://github.com/zoriya/snow.git
synced 2026-08-12 17:18:56 +00:00
26 lines
587 B
YAML
26 lines
587 B
YAML
image:
|
|
tag: v1.137.3
|
|
immich:
|
|
persistence:
|
|
library:
|
|
existingClaim: pictures
|
|
redis:
|
|
enabled: true
|
|
server:
|
|
ingress:
|
|
main:
|
|
enabled: true
|
|
annotations:
|
|
cert-manager.io/cluster-issuer: letsencrypt
|
|
acme.cert-manager.io/http01-edit-in-place: "true"
|
|
# proxy-body-size is set to 0 to remove the body limit on file uploads
|
|
nginx.ingress.kubernetes.io/proxy-body-size: "0"
|
|
hosts:
|
|
- host: immich.sdg.moe
|
|
paths:
|
|
- path: "/"
|
|
tls:
|
|
- secretName: immich-tls
|
|
hosts:
|
|
- immich.sdg.moe
|