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/gluu-all-in-one/README.md
+28-4
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Kubernetes: `>=v1.22.0-0`
35
35
| adminPassword | string |`"Test1234#"`| Admin password to log in to the UI. |
36
36
| alb.ingress | bool |`false`| switches the service to Nodeport for ALB ingress |
37
37
| auth-server | object | `{"appLoggers":{"auditStatsLogLevel":"INFO","auditStatsLogTarget":"FILE","authLogLevel":"INFO","authLogTarget":"STDOUT","enableStdoutLogPrefix":"true","httpLogLevel":"INFO","httpLogTarget":"FILE","persistenceDurationLogLevel":"INFO","persistenceDurationLogTarget":"FILE","persistenceLogLevel":"INFO","persistenceLogTarget":"FILE","scriptLogLevel":"INFO","scriptLogTarget":"FILE"},"authEncKeys":"RSA1_5 RSA-OAEP","authSigKeys":"RS256 RS384 RS512 ES256 ES384 ES512 PS256 PS384 PS512","cnCustomJavaOptions":"","enabled":true,"ingress":{"authServerAdditionalAnnotations":{},"authServerEnabled":true,"authServerLabels":{},"authServerProtectedRegister":false,"authServerProtectedRegisterAdditionalAnnotations":{},"authServerProtectedRegisterLabels":{},"authServerProtectedToken":false,"authServerProtectedTokenAdditionalAnnotations":{},"authServerProtectedTokenLabels":{},"authzenAdditionalAnnotations":{},"authzenConfigEnabled":true,"authzenConfigLabels":{},"deviceCodeAdditionalAnnotations":{},"deviceCodeEnabled":true,"deviceCodeLabels":{},"firebaseMessagingAdditionalAnnotations":{},"firebaseMessagingEnabled":true,"firebaseMessagingLabels":{},"lockAdditionalAnnotations":{},"lockConfigAdditionalAnnotations":{},"lockConfigEnabled":false,"lockConfigLabels":{},"lockEnabled":false,"lockLabels":{},"openidAdditionalAnnotations":{},"openidConfigEnabled":true,"openidConfigLabels":{},"u2fAdditionalAnnotations":{},"u2fConfigEnabled":true,"u2fConfigLabels":{},"uma2AdditionalAnnotations":{},"uma2ConfigEnabled":true,"uma2ConfigLabels":{},"webdiscoveryAdditionalAnnotations":{},"webdiscoveryEnabled":true,"webdiscoveryLabels":{},"webfingerAdditionalAnnotations":{},"webfingerEnabled":true,"webfingerLabels":{}},"lockEnabled":false}` | Parameters used globally across all services helm charts. |
38
-
| auth-server-key-rotation | object |`{"additionalAnnotations":{},"additionalLabels":{},"customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","enabled":true,"image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/certmanager","tag":"0.0.0-nightly"},"initKeysLife":48,"keysLife":48,"keysPushDelay":0,"keysPushStrategy":"NEWER","keysStrategy":"NEWER","lifecycle":{},"resources":{"limits":{"cpu":"300m","memory":"300Mi"},"requests":{"cpu":"300m","memory":"300Mi"}},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}`| Responsible for regenerating auth-keys per x hours |
38
+
| auth-server-key-rotation | object |`{"additionalAnnotations":{},"additionalLabels":{},"customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","enabled":true,"image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/cloudtools","tag":"0.0.0-nightly"},"initKeysLife":48,"keysLife":48,"keysPushDelay":0,"keysPushStrategy":"NEWER","keysStrategy":"NEWER","lifecycle":{},"resources":{"limits":{"cpu":"300m","memory":"300Mi"},"requests":{"cpu":"300m","memory":"300Mi"}},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}`| Responsible for regenerating auth-keys per x hours |
39
39
| auth-server-key-rotation.additionalAnnotations | object |`{}`| Additional annotations that will be added across the gateway in the format of {cert-manager.io/issuer: "letsencrypt-prod"} |
40
40
| auth-server-key-rotation.additionalLabels | object |`{}`| Additional labels that will be added across the gateway in the format of {mylabel: "myapp"} |
41
41
| auth-server-key-rotation.customCommand | list |`[]`| Add custom job's command. If passed, it will override the default conditional command. |
@@ -45,7 +45,7 @@ Kubernetes: `>=v1.22.0-0`
45
45
| auth-server-key-rotation.enabled | bool |`true`| Boolean flag to enable/disable the auth-server-key rotation cronjob. |
46
46
| auth-server-key-rotation.image.pullPolicy | string |`"IfNotPresent"`| Image pullPolicy to use for deploying. |
47
47
| auth-server-key-rotation.image.pullSecrets | list |`[]`| Image Pull Secrets |
48
-
| auth-server-key-rotation.image.repository | string |`"ghcr.io/janssenproject/jans/certmanager"`| Image to use for deploying. |
48
+
| auth-server-key-rotation.image.repository | string |`"ghcr.io/janssenproject/jans/cloudtools"`| Image to use for deploying. |
49
49
| auth-server-key-rotation.image.tag | string |`"0.0.0-nightly"`| Image tag to use for deploying. |
50
50
| auth-server-key-rotation.initKeysLife | int |`48`| The initial auth server key rotation keys life in hours |
51
51
| auth-server-key-rotation.keysLife | int |`48`| Auth server key rotation keys life in hours |
| cleanup.additionalAnnotations | object |`{}`| Additional annotations that will be added across the gateway in the format of {cert-manager.io/issuer: "letsencrypt-prod"} |
145
+
| cleanup.additionalLabels | object |`{}`| Additional labels that will be added across the gateway in the format of {mylabel: "myapp"} |
146
+
| cleanup.customCommand | list |`[]`| Add custom job's command. If passed, it will override the default conditional command. |
147
+
| cleanup.customScripts | list |`[]`| Add custom scripts that have been mounted to run before the entrypoint. - /tmp/custom.sh - /tmp/custom2.sh |
148
+
| cleanup.dnsConfig | object |`{}`| Add custom dns config |
149
+
| cleanup.dnsPolicy | string |`""`| Add custom dns policy |
150
+
| cleanup.enabled | bool |`true`| Boolean flag to enable/disable the cleanup cronjob chart. |
151
+
| cleanup.image.pullPolicy | string |`"IfNotPresent"`| Image pullPolicy to use for deploying. |
152
+
| cleanup.image.pullSecrets | list |`[]`| Image Pull Secrets |
153
+
| cleanup.image.repository | string |`"ghcr.io/janssenproject/jans/cloudtools"`| Image to use for deploying. |
154
+
| cleanup.image.tag | string |`"0.0.0-nightly"`| Image tag to use for deploying. |
155
+
| cleanup.interval | int |`60`| Interval of running the cleanup process (in minutes) |
156
+
| cleanup.limit | int |`1000`| Max. numbers of entries to cleanup |
| istio.ingress | bool |`false`| Boolean flag that enables using istio gateway for Gluu. This assumes istio ingress is installed and hence the LB is available. |
293
317
| istio.namespace | string |`"istio-system"`| The namespace istio is deployed in. The is normally istio-system. |
| kc-scheduler.additionalAnnotations | object |`{}`| Additional annotations that will be added across the gateway in the format of {cert-manager.io/issuer: "letsencrypt-prod"} |
297
321
| kc-scheduler.additionalLabels | object |`{}`| Additional labels that will be added across the gateway in the format of {mylabel: "myapp"} |
298
322
| kc-scheduler.customCommand | list |`[]`| Add custom job's command. If passed, it will override the default conditional command. |
@@ -302,7 +326,7 @@ Kubernetes: `>=v1.22.0-0`
302
326
| kc-scheduler.enabled | bool |`false`| Boolean flag to enable/disable the kc-scheduler cronjob chart. |
303
327
| kc-scheduler.image.pullPolicy | string |`"IfNotPresent"`| Image pullPolicy to use for deploying. |
304
328
| kc-scheduler.image.pullSecrets | list |`[]`| Image Pull Secrets |
305
-
| kc-scheduler.image.repository | string |`"ghcr.io/janssenproject/jans/kc-scheduler"`| Image to use for deploying. |
329
+
| kc-scheduler.image.repository | string |`"ghcr.io/janssenproject/jans/cloudtools"`| Image to use for deploying. |
306
330
| kc-scheduler.image.tag | string |`"0.0.0-nightly"`| Image tag to use for deploying. |
307
331
| kc-scheduler.interval | int |`10`| Interval of running the scheduler (in minutes) |
0 commit comments