Skip to content

Commit

Permalink
Update Immich values
Browse files Browse the repository at this point in the history
  • Loading branch information
bo0tzz authored Nov 21, 2023
1 parent 9d81a80 commit c4e629d
Showing 1 changed file with 17 additions and 29 deletions.
46 changes: 17 additions & 29 deletions apps/immich/immich.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,23 @@ spec:
requests:
cpu: 15m
memory: 512M
ingress:
main:
enabled: true
annotations:
kubernetes.io/ingress.class: nginx
cert-manager.io/cluster-issuer: letsencrypt-prod
external-dns.alpha.kubernetes.io/target: bo0tzz.me
nginx.ingress.kubernetes.io/proxy-body-size: "0"
hosts:
- host: photos.bo0tzz.me
paths:
- path: /
pathType: Prefix
tls:
- hosts:
- photos.bo0tzz.me
secretName: immich-web-tls

microservices:
controller:
Expand All @@ -91,32 +108,3 @@ spec:
type: pvc
accessMode: ReadWriteOnce
storageClass: zfs-iscsi

web:
resources:
requests:
cpu: 15m
memory: 105M

proxy:
resources:
requests:
cpu: 15m
memory: 105M
ingress:
main:
enabled: true
annotations:
kubernetes.io/ingress.class: nginx
cert-manager.io/cluster-issuer: letsencrypt-prod
external-dns.alpha.kubernetes.io/target: bo0tzz.me
nginx.ingress.kubernetes.io/proxy-body-size: "0"
hosts:
- host: photos.bo0tzz.me
paths:
- path: /
pathType: Prefix
tls:
- hosts:
- photos.bo0tzz.me
secretName: immich-web-tls

0 comments on commit c4e629d

Please sign in to comment.