Skip to content

Commit

Permalink
Merge pull request #3633 from KBVE/patch-atomic-nginx-options-for-the…
Browse files Browse the repository at this point in the history
…-kanban-12-25-2024-1735126953

[CI] Merge patch-atomic-nginx-options-for-the-kanban-12-25-2024-1735126953 into dev
  • Loading branch information
h0lybyte authored Dec 25, 2024
2 parents ba071e9 + a86070d commit cb06aca
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,13 @@ metadata:
nginx.ingress.kubernetes.io/proxy-send-timeout: "3600"
nginx.ingress.kubernetes.io/proxy-http-version: "1.1"
nginx.ingress.kubernetes.io/proxy-connect-timeout: "60"
nginx.ingress.kubernetes.io/add-base-url: "true"
nginx.ingress.kubernetes.io/enable-cors: "true"
nginx.ingress.kubernetes.io/cors-allow-origin: "http://localhost:4321,https://kanban.kbve.com"
nginx.ingress.kubernetes.io/cors-allow-methods: "GET, POST, OPTIONS"
nginx.ingress.kubernetes.io/cors-allow-headers: "Content-Type, Authorization"
nginx.ingress.kubernetes.io/cors-allow-credentials: "true"
spec:
spec:
rules:
- host: {{ .Values.kanban.ingress.host }}
Expand Down

0 comments on commit cb06aca

Please sign in to comment.