Skip to content

Commit

Permalink
feat(galoy-api): enable cors (#6885)
Browse files Browse the repository at this point in the history
  • Loading branch information
dolcalmi authored Aug 5, 2024
1 parent 5ed4a28 commit acef485
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/galoy/templates/api-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ metadata:
app.kubernetes.io/managed-by: Helm
annotations:
cert-manager.io/cluster-issuer: {{ .Values.galoy.api.ingress.clusterIssuer }}
nginx.ingress.kubernetes.io/enable-cors: "true"
nginx.ingress.kubernetes.io/proxy-read-timeout: "3600" # 1 hour
nginx.ingress.kubernetes.io/proxy-send-timeout: "3600" # 1 hour
nginx.ingress.kubernetes.io/proxy-connect-timeout: "1s"
Expand Down

0 comments on commit acef485

Please sign in to comment.