Skip to content

Commit

Permalink
Update charts/galoy/templates/admin-ingress.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasburtey authored Oct 5, 2023
1 parent 1d5f024 commit e2e8c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/galoy/templates/admin-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ metadata:
nginx.ingress.kubernetes.io/limit-rpm: "10"
nginx.ingress.kubernetes.io/limit-burst-multiplier: "20"
nginx.ingress.kubernetes.io/limit-connections: "4"
nginx.ingress.kubernetes.io/auth-url: "http://galoy-oathkeeper-api.{{ .Release.Namespace }}.svc.cluster.local:4456/decisions/admin"
nginx.ingress.kubernetes.io/auth-url: "http://galoy-oathkeeper-api.{{ .Release.Namespace }}.svc.cluster.local:4456/decisions"
nginx.ingress.kubernetes.io/auth-method: GET
nginx.ingress.kubernetes.io/auth-response-headers: Authorization
nginx.ingress.kubernetes.io/auth-snippet: |
Expand Down

0 comments on commit e2e8c43

Please sign in to comment.