Skip to content

Commit

Permalink
chore(galoy-api): add x-api-key to allow headers
Browse files Browse the repository at this point in the history
  • Loading branch information
dolcalmi committed Aug 6, 2024
1 parent c247927 commit c5000cf
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 @@ -11,6 +11,7 @@ metadata:
annotations:
cert-manager.io/cluster-issuer: {{ .Values.galoy.api.ingress.clusterIssuer }}
nginx.ingress.kubernetes.io/enable-cors: "true"
nginx.ingress.kubernetes.io/cors-allow-headers: "DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,X-API-KEY"
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 c5000cf

Please sign in to comment.