Skip to content

Commit

Permalink
Merge pull request #565 from prometheus/jvp/fix-ingress-prometheus-in…
Browse files Browse the repository at this point in the history
…gress

Fix prometheus ingress

Signed-off-by: Jesus Vazquez <[email protected]>
  • Loading branch information
jesusvazquez committed Jun 20, 2023
2 parents 2fa2555 + 713f2d6 commit 9517ea4
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ metadata:
annotations:
kubernetes.io/ingress.class: "nginx"
nginx.ingress.kubernetes.io/ssl-redirect: "false"
nginx.ingress.kubernetes.io/proxy-connect-timeout: '600'
nginx.ingress.kubernetes.io/proxy-send-timeout: '600'
nginx.ingress.kubernetes.io/proxy-read-timeout: '600'
spec:
rules:
- http:
Expand Down

0 comments on commit 9517ea4

Please sign in to comment.