Skip to content

Commit

Permalink
chore(localdev): fix access from localhost with tls enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy committed Oct 15, 2024
1 parent 155ad3c commit da7e653
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/localdev/values-tls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ portal:
nginx.ingress.kubernetes.io/use-regex: "true"
nginx.ingress.kubernetes.io/enable-cors: "true"
nginx.ingress.kubernetes.io/proxy-body-size: "8m"
nginx.ingress.kubernetes.io/cors-allow-origin: "https://localhost:3000, https://*.tx.test"
nginx.ingress.kubernetes.io/cors-allow-origin: "http://localhost:3000, https://*.tx.test"
tls:
- secretName: "portal-backend.tx.test-tls"
hosts:
Expand Down Expand Up @@ -204,12 +204,12 @@ centralidp:
registration:
redirects:
- https://portal.tx.test/*
- https://localhost:3000/*
- http://localhost:3000/*
portal:
rootUrl: https://portal.tx.test/home
redirects:
- https://portal.tx.test/*
- https://localhost:3000/*
- http://localhost:3000/*
semantics:
redirects:
- https://portal.tx.test/*
Expand Down

0 comments on commit da7e653

Please sign in to comment.