Skip to content

Commit

Permalink
Remove nginx cruft from uptime kuma
Browse files Browse the repository at this point in the history
  • Loading branch information
Zorlin committed Aug 24, 2024
1 parent 4cd84c1 commit c16c662
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions infra/kubernetes/uptime-kuma/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,6 @@ ingress:
className: "traefik"
annotations:
cert-manager.io/cluster-issuer: "acme-prod"
nginx.ingress.kubernetes.io/proxy-read-timeout: "3600"
nginx.ingress.kubernetes.io/proxy-send-timeout: "3600"
nginx.ingress.kubernetes.io/server-snippets: |
location / {
proxy_set_header Upgrade $http_upgrade;
proxy_http_version 1.1;
proxy_set_header X-Forwarded-Host $http_host;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header Host $host;
proxy_set_header Connection "upgrade";
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Upgrade $http_upgrade;
proxy_cache_bypass $http_upgrade;
}
hosts:
- host: status.vaclab.org
paths:
Expand Down

0 comments on commit c16c662

Please sign in to comment.