Skip to content

Commit

Permalink
Merge pull request #45 from thesse1/add-nginx-annotations
Browse files Browse the repository at this point in the history
Add-nginx-annotations
  • Loading branch information
MarcFriedhoff authored Feb 23, 2024
2 parents cfb42c3 + 7303c08 commit bcf9ab9
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion apigateway/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ ingresses:
className: "nginx"
annotations:
nginx.ingress.kubernetes.io/affinity: "cookie"
nginx.ingress.kubernetes.io/proxy-body-size: 10m
nginx.ingress.kubernetes.io/proxy-read-timeout: "600"
nginx.ingress.kubernetes.io/proxy_connect_timeout: "600"
# nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
hosts:
- host:
Expand All @@ -131,7 +134,10 @@ ingresses:
svcName: ""
svcPort: ""
className: "nginx"
annotations: {}
annotations:
nginx.ingress.kubernetes.io/proxy-body-size: 10m
nginx.ingress.kubernetes.io/proxy-read-timeout: "600"
nginx.ingress.kubernetes.io/proxy_connect_timeout: "600"
# nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
hosts:
- host:
Expand All @@ -151,6 +157,10 @@ ingresses:
className: "nginx"
annotations:
nginx.ingress.kubernetes.io/affinity: "cookie"
nginx.ingress.kubernetes.io/proxy-body-size: 10m
nginx.ingress.kubernetes.io/proxy-read-timeout: "600"
nginx.ingress.kubernetes.io/proxy_connect_timeout: "600"
# nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
hosts:
- host:
paths:
Expand Down

0 comments on commit bcf9ab9

Please sign in to comment.