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
Copy file name to clipboardExpand all lines: charts/janssen/charts/auth-server/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ Kubernetes: `>=v1.23.0-0`
36
36
| hpa.metrics | list |`[]`| metrics if targetCPUUtilizationPercentage is not set |
37
37
| image.pullPolicy | string |`"IfNotPresent"`| Image pullPolicy to use for deploying. |
38
38
| image.pullSecrets | list |`[]`| Image Pull Secrets |
39
-
| image.repository | string |`"janssenproject/auth-server"`| Image to use for deploying. |
39
+
| image.repository | string |`"ghcr.io/janssenproject/jans/auth-server"`| Image to use for deploying. |
40
40
| image.tag | string |`"0.0.0-nightly"`| Image tag to use for deploying. |
41
41
| lifecycle | object |`{}`||
42
42
| livenessProbe | object |`{"exec":{"command":["python3","/app/scripts/healthcheck.py"]},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5}`| Configure the liveness healthcheck for the auth server if needed. |
Copy file name to clipboardExpand all lines: charts/janssen/charts/casa/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Kubernetes: `>=v1.21.0-0`
37
37
| hpa.metrics | list |`[]`| metrics if targetCPUUtilizationPercentage is not set |
38
38
| image.pullPolicy | string |`"IfNotPresent"`| Image pullPolicy to use for deploying. |
39
39
| image.pullSecrets | list |`[]`| Image Pull Secrets |
40
-
| image.repository | string |`"janssenproject/casa"`| Image to use for deploying. |
40
+
| image.repository | string |`"ghcr.io/janssenproject/jans/casa"`| Image to use for deploying. |
41
41
| image.tag | string |`"0.0.0-nightly"`| Image tag to use for deploying. |
42
42
| lifecycle | object |`{}`||
43
43
| livenessProbe | object |`{"httpGet":{"path":"/jans-casa/health-check","port":"http-casa"},"initialDelaySeconds":25,"periodSeconds":25,"timeoutSeconds":5}`| Configure the liveness healthcheck for casa if needed. |
Copy file name to clipboardExpand all lines: charts/janssen/charts/config-api/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ Kubernetes: `>=v1.23.0-0`
38
38
| hpa.metrics | list |`[]`| metrics if targetCPUUtilizationPercentage is not set |
39
39
| image.pullPolicy | string |`"IfNotPresent"`| Image pullPolicy to use for deploying. |
40
40
| image.pullSecrets | list |`[]`| Image Pull Secrets |
41
-
| image.repository | string |`"janssenproject/config-api"`| Image to use for deploying. |
41
+
| image.repository | string |`"ghcr.io/janssenproject/jans/config-api"`| Image to use for deploying. |
42
42
| image.tag | string |`"0.0.0-nightly"`| Image tag to use for deploying. |
43
43
| lifecycle | object |`{}`||
44
44
| livenessProbe | object |`{"httpGet":{"path":"/jans-config-api/api/v1/health/live","port":8074},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5}`| Configure the liveness healthcheck for the auth server if needed. |
| configmap.kcDbUrlPort | int |`3306`| Keycloak database port (default to port 3306 for mysql). |
83
-
| configmap.kcDbUrlProperties | string |`"?useUnicode=true&characterEncoding=UTF-8&character_set_server=utf8mb4"`| Keycloak database connection properties. If using postgresql, the value can be set to empty string. |
| configmap.kcDbVendor | string |`"mysql"`| Keycloak database vendor name (default to MySQL server). To use PostgreSQL server, change the value to postgres. |
| configmap.lbAddr | string |`""`| Loadbalancer address for AWS if the FQDN is not registered. |
88
79
| configmap.quarkusTransactionEnableRecovery | bool |`true`| Quarkus transaction recovery. When using MySQL, there could be issue regarding XA_RECOVER_ADMIN; refer to https://dev.mysql.com/doc/refman/8.0/en/privileges-provided.html#priv_xa-recover-admin for details. |
89
80
| countryCode | string |`"US"`| Country code. Used for certificate creation. |
@@ -94,7 +85,7 @@ Kubernetes: `>=v1.22.0-0`
94
85
| email | string |`"support@jans.io"`| Email address of the administrator usually. Used for certificate creation. |
95
86
| fullNameOverride | string |`""`||
96
87
| image.pullSecrets | list |`[]`| Image Pull Secrets |
97
-
| image.repository | string |`"janssenproject/configurator"`| Image to use for deploying. |
88
+
| image.repository | string |`"ghcr.io/janssenproject/jans/configurator"`| Image to use for deploying. |
98
89
| image.tag | string |`"0.0.0-nightly"`| Image tag to use for deploying. |
99
90
| lifecycle | object |`{}`||
100
91
| migration | object |`{"enabled":false,"migrationDataFormat":"ldif","migrationDir":"/ce-migration"}`| CE to CN Migration section |
0 commit comments