Skip to content

Commit

Permalink
fix: adding jwks path to ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikZed committed Jan 31, 2025
1 parent 2d9f9a6 commit b3af548
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/saleor/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 2.0.2
version: 2.0.3
appVersion: "3.20"

maintainers:
Expand Down
3 changes: 3 additions & 0 deletions charts/saleor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,9 @@ ingress:
pathType: Prefix
- path: /thumbnail/
pathType: Prefix
# This is important for the Saleor Apps to work with Saleor
- path: /.well-known/jwks.json
pathType: Exact
tls:
- secretName: saleor-api-tls
hosts:
Expand Down

0 comments on commit b3af548

Please sign in to comment.