remove body size limit for immich; remove dnscat2 deployment and some other random fixes [ci skip]

This commit is contained in:
Viktor Barzin 2024-06-01 10:59:06 +00:00
parent 595ea4f707
commit bae2a39284
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
5 changed files with 7 additions and 7 deletions

View file

@ -25,7 +25,7 @@ env:
IMMICH_MACHINE_LEARNING_URL: "http://immich-machine-learning.immich.svc.cluster.local:3003"
image:
tag: v1.103.1
tag: v1.105.1
immich:
persistence:

View file

@ -108,7 +108,7 @@ resource "kubernetes_ingress_v1" "immich" {
"kubernetes.io/ingress.class" = "nginx"
# "nginx.ingress.kubernetes.io/auth-url" : "https://oauth2.viktorbarzin.me/oauth2/auth"
# "nginx.ingress.kubernetes.io/auth-signin" : "https://oauth2.viktorbarzin.me/oauth2/start?rd=/redirect/$http_host$escaped_request_uri"
"nginx.ingress.kubernetes.io/proxy-body-size" : "100000m"
"nginx.ingress.kubernetes.io/proxy-body-size" : "0"
}
}