mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
Add backend-protocol http
This commit is contained in:
@@ -89,10 +89,6 @@ spec:
|
||||
image:
|
||||
repository: ghcr.io/immich-app/immich-server
|
||||
pullPolicy: IfNotPresent
|
||||
startupProbe:
|
||||
httpGet: null
|
||||
exec: null
|
||||
tcpSocket: null
|
||||
ingress:
|
||||
main:
|
||||
enabled: true
|
||||
@@ -101,6 +97,7 @@ spec:
|
||||
# proxy-body-size is set to 0 to remove the body limit on file uploads
|
||||
nginx.ingress.kubernetes.io/proxy-body-size: "0"
|
||||
cert-manager.io/cluster-issuer: prod-cluster-issuer
|
||||
nginx.ingress.kubernetes.io/backend-protocol: "HTTP"
|
||||
hosts:
|
||||
- host: immich.hensen.io
|
||||
paths:
|
||||
|
||||
Reference in New Issue
Block a user