You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| deployment.extraEnv | list |`[{"name":"HYDRA_ADMIN_URL","value":"http://hydra-admin"}]`| Array of extra envs to be passed to the deployment. Kubernetes format is expected - name: FOO value: BAR |
79
+
| deployment.extraEnv | list |`[{"name":"NEXT_PUBLIC_HYDRA_PUBLIC_URL","value":"http://localhost/hydra"}]`| Array of extra envs to be passed to the deployment. Kubernetes format is expected - name: FOO value: BAR |
80
80
| deployment.extraVolumes | list |`[]`| If you want to mount external volume For example, mount a secret containing Certificate root CA to verify database TLS connection. |
81
81
| deployment.extraVolumeMounts | list |`[]`||
82
82
| deployment.nodeSelector | object |`{}`| Node labels for pod assignment. |
@@ -103,26 +103,26 @@ A Helm chart for RADAR-base Self Enrolment UI
103
103
| readinessProbe.successThreshold | int |`1`| Success threshold for readinessProbe |
104
104
| readinessProbe.failureThreshold | int |`3`| Failure threshold for readinessProbe |
105
105
| customStartupProbe | object |`{}`| Custom startupProbe that overrides the default one |
| startupProbe.initialDelaySeconds | int |`5`| Initial delay seconds for startupProbe |
108
108
| startupProbe.periodSeconds | int |`10`| Period seconds for startupProbe |
109
109
| startupProbe.timeoutSeconds | int |`10`| Timeout seconds for startupProbe |
110
110
| startupProbe.successThreshold | int |`1`| Success threshold for startupProbe |
111
111
| startupProbe.failureThreshold | int |`30`| Failure threshold for startupProbe |
112
112
| networkpolicy | object | check `values.yaml`| Network policy defines who can access this application and who this applications has access to |
113
-
| kratosAdminUrl | string |`"http://kratos-admin:80/admin"`| Set this to ORY Kratos's Admin URL |
114
-
| kratosPublicUrl | string |`"https://localhost/kratos"`| Set this to ORY Kratos's public URL |
115
-
| kratosBrowserUrl | string |`"https://localhost/kratos"`| Set this to ORY Kratos's public URL accessible from the outside world. |
116
-
| hydraAdminUrl | string |`"http://hydra-admin"`| Set this to ORY Hydra's Admin URL |
117
-
| hydraPublicUrl | string |`"http://hydra-public:4444"`| Set this to ORY Hydra's public URL |
113
+
| kratosAdminUrl | string |`"http://radar-kratos-admin/admin"`| Set this to ORY Kratos's Admin URL |
114
+
| kratosPublicUrl | string |`"http://radar-kratos-public"`| Set this to ORY Kratos's public URL |
115
+
| kratosBrowserUrl | string |`"{{ .Values.advertised_protocol }}://{{ .Values.server_name }}/kratos"`| Set this to ORY Kratos's public URL accessible from the outside world. |
116
+
| hydraAdminUrl | string |`"http://radar-hydra-admin:4445/admin"`| Set this to ORY Hydra's Admin URL |
117
+
| hydraPublicUrl | string |`"http://radar-hydra-public:4444"`| Set this to ORY Hydra's public URL |
118
118
| restSourceBackendUrl | string |`"http://radar-rest-sources-backend:8080/rest-sources/backend"`| Set this to the REST source backend service URL |
119
119
| gatewayUrl | string |`"http://radar-gateway:8080"`| Set this to the RADAR Gateway service URL |
120
120
| armtClientId | string |`"aRMT"`| Client ID for ARMT authentication |
0 commit comments