Skip to content

Commit

Permalink
Disabled HTTP keepalive for argocd web UI to workaround the issue as …
Browse files Browse the repository at this point in the history
…suggested here argoproj/argo-cd#3896
  • Loading branch information
tsobe committed Jul 22, 2020
1 parent 7f03d85 commit 4262a8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infra-config/argocd/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ metadata:
kubernetes.io/ingress.class: "nginx"
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
nginx.ingress.kubernetes.io/backend-protocol: "HTTP"
# Below annotation is a workaround for this https://github.com/argoproj/argo-cd/issues/3896
nginx.ingress.kubernetes.io/proxy-http-version: "1.0"
spec:
rules:
- http:
Expand Down

0 comments on commit 4262a8a

Please sign in to comment.