remove body size limit for immich; remove dnscat2 deployment and some other random fixes [ci skip]
This commit is contained in:
parent
595ea4f707
commit
bae2a39284
5 changed files with 7 additions and 7 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue