Skip to content

Commit

Permalink
Update config vars
Browse files Browse the repository at this point in the history
  • Loading branch information
mpgxvii committed Sep 27, 2024
1 parent d20909f commit e56e149
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 1 addition & 2 deletions external/radar-self-enrolment-ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,11 @@ A Helm chart for ORY Kratos's example ui for Kubernetes
| deployment.automountServiceAccountToken | bool | `false` | |
| deployment.terminationGracePeriodSeconds | int | `60` | |
| affinity | object | `{}` | |
| kratosAdminUrl | string | `"http://kratos:4434"` | Set this to ORY Kratos's Admin URL |
| kratosPublicUrl | string | `"http://kratos:4433"` | Set this to ORY Kratos's public URL |
| hydraAdminUrl | string | `"http://hydra:4445"` | Set this to ORY Hydra's Admin URL |
| hydraPublicUrl | string | `"http://hydra:4444"` | Set this to ORY Hydra's public URL |
| basePath | string | `""` | The basePath |
| jwksUrl | string | `"http://oathkeeper-api"` | The jwksUrl |
| jwksUrl | string | `"http://hydra:4445/admin/keys/hydra.jwt.access-token"` | The jwksUrl |
| projectName | string | `"SecureApp"` | |
| test.busybox | object | `{"repository":"busybox","tag":1}` | use a busybox image from another repository |

Expand Down
5 changes: 1 addition & 4 deletions external/radar-self-enrolment-ui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,6 @@ deployment:

affinity: {}

# -- Set this to ORY Kratos's Admin URL
kratosAdminUrl: http://kratos:4434

# -- Set this to ORY Kratos's public URL
kratosPublicUrl: http://kratos:4433

Expand All @@ -182,7 +179,7 @@ hydraPublicUrl: http://hydra:4444
basePath: ""

# -- The jwksUrl
jwksUrl: http://oathkeeper-api
jwksUrl: http://hydra:4445/admin/keys/hydra.jwt.access-token

projectName: SecureApp

Expand Down

0 comments on commit e56e149

Please sign in to comment.