-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update kratos ui docker image #255
Conversation
| replicaCount | int | `1` | Number of replicas in deployment | | ||
| revisionHistoryLimit | int | `5` | Number of revisions kept in history | | ||
| image.repository | string | `"ghcr.io/radar-base/radar-self-enrolment-ui"` | | | ||
| image.tag | string | `"dev"` | ORY KRATOS VERSION | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
perhaps update the doc?
| kratosAdminUrl | string | `"http://kratos-admin"` | Set this to ORY Kratos's Admin URL | | ||
| kratosPublicUrl | string | `"http://kratos-public"` | Set this to ORY Kratos's public URL | | ||
| kratosBrowserUrl | string | `"http://kratos-browserui"` | Set this to ORY Kratos's public URL accessible from the outside world. | | ||
| basePath | string | `""` | The basePath | | ||
| jwksUrl | string | `"http://oathkeeper-api"` | The jwksUrl | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we fix these url based on the kratos/hydra in our stack?
Do we need |
Ah yes, I've just added it here as well. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, minor comments
|
||
# -- The basePath | ||
basePath: "" | ||
|
||
# -- The jwksUrl | ||
jwksUrl: "http://oathkeeper-api" | ||
jwksUrl: http://oathkeeper-api |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this be pointed to hydra too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, made the changes.
@@ -167,21 +167,24 @@ deployment: | |||
affinity: {} | |||
|
|||
# -- Set this to ORY Kratos's Admin URL | |||
kratosAdminUrl: "http://kratos-admin" | |||
kratosAdminUrl: http://kratos:4434 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this still needed? otherwise can be removed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed this now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, LGTM
Description of the change
Benefits
Possible drawbacks
Applicable issues
Additional information
Checklist
Chart.yaml
according to semver.