Skip to content

Commit

Permalink
Fix ingress annotations (#2404)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Kvapil <[email protected]>

Signed-off-by: Andrei Kvapil <[email protected]>
  • Loading branch information
kvaps authored Aug 24, 2022
1 parent fff8161 commit f2b5654
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/exposing-upload-proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ metadata:
namespace: cdi
annotations:
nginx.org/ssl-services: "cdi-uploadproxy"
ingress.kubernetes.io/ssl-passthrough: "true"
nginx.ingress.kubernetes.io/secure-backends: "true"
nginx.ingress.kubernetes.io/ssl-passthrough: "true"
nginx.ingress.kubernetes.io/ssl-redirect: "true"
nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
nginx.ingress.kubernetes.io/proxy-body-size: "0"
spec:
rules:
Expand Down

0 comments on commit f2b5654

Please sign in to comment.