mirror of
https://github.com/auricom/home-cluster.git
synced 2025-10-02 08:47:17 +02:00
fixup! 🔧 immich
This commit is contained in:
@@ -48,31 +48,6 @@ spec:
|
||||
ports:
|
||||
http:
|
||||
port: 3000
|
||||
ingress:
|
||||
main:
|
||||
enabled: true
|
||||
ingressClassName: nginx
|
||||
annotations:
|
||||
external-dns.home.arpa/enabled: "true"
|
||||
hajimari.io/appName: Immich
|
||||
hajimari.io/icon: mdi:image-album
|
||||
nginx.ingress.kubernetes.io/configuration-snippet: |
|
||||
rewrite /api/(.*) /$1 break;
|
||||
nignx.ingress.kubernetes.io/force-ssl-redirect: "true"
|
||||
nginx.ingress.kubernetes.io/proxy-body-size: "0"
|
||||
hosts:
|
||||
- host: &host photos.${SECRET_CLUSTER_DOMAIN}
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
- path: /api
|
||||
pathType: Prefix
|
||||
service:
|
||||
name: immich-server
|
||||
port: 3001
|
||||
tls:
|
||||
- hosts:
|
||||
- *host
|
||||
podSecurityContext:
|
||||
runAsUser: 568
|
||||
runAsGroup: 568
|
||||
|
Reference in New Issue
Block a user