Skip to content

Commit 14858b5

Browse files
committed
Add cors
1 parent fb0b86d commit 14858b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

greencity-user-chart/templates/ingress-user.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
cert-manager.io/cluster-issuer: "letsencrypt-prod"
88
nginx.ingress.kubernetes.io/proxy-body-size: 150m
99
nginx.ingress.kubernetes.io/enable-cors: "true"
10-
nginx.ingress.kubernetes.io/cors-allow-origin: "http://localhost:4200, https://www.greencity.cx.ua"
10+
nginx.ingress.kubernetes.io/cors-allow-origin: "http://localhost:4200, https://www.greencity.cx.ua, https://www.pick-up.city"
1111
nginx.ingress.kubernetes.io/cors-allow-credentials: "true"
1212
spec:
1313
tls:

0 commit comments

Comments
 (0)