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
| membership.config.migration.postgresql.auth.existingSecret | string |`""`| Name of existing secret to use for PostgreSQL credentials (overrides `auth.existingSecret`). |
456
452
| membership.config.migration.postgresql.auth.password | string |`""`| Password for the "postgres" admin user (overrides `auth.postgresPassword`) |
| global.platform.portal.host | string |`"portal.{{ .Values.global.serviceHost }}"`| is the host for the portal |
58
58
| global.platform.portal.scheme | string |`"https"`| is the scheme for the portal |
59
59
| global.serviceHost | string |`""`| is the base domain for portal and console |
60
-
| config.cookie.encryptionKey | string |`"changeMe00"`| is used to encrypt a cookie value |
61
-
| config.cookie.existingSecret | string |`""`| is the name of the secret |
62
-
| config.cookie.name | string |`""`| is the name of the cookie. It is intended to be unique when having multiple console-v3 instances. |
63
-
| config.cookie.secretKeys | object |`{"encryptionKey":""}`| is the key contained within the secret |
60
+
61
+
### Stargate configuration
62
+
63
+
| Key | Type | Default | Description |
64
+
|-----|------|---------|-------------|
65
+
| global.platform.stargate.enabled | bool |`false`| if enabled, the stackApiUrl is not required It will be templated with `{{ printf "http://%s-%s:8080/#{organizationId}/#{stackId}/api" .Release.Name "stargate" -}}`|
66
+
| global.platform.stargate.stackApiUrl | string |`""`| if stargate is disabled, the stackApiUrl is defaulted to the `http://gateway.#{organizationId}-#{stackId}.svc:8080/api` To allow external access sets the stackApiUrl to an external url |
64
67
65
68
### Other Values
66
69
@@ -78,13 +81,18 @@ Kubernetes: `>=1.14.0-0`
78
81
| aws.targetGroups.http.targetGroupARN | string |`""`| Target group ARN |
79
82
| aws.targetGroups.http.targetType | string |`"ip"`| Target group target type |
80
83
| config.additionalEnv | list |`[]`| Console additional environment variables |
84
+
| config.cookie.encryptionKey | string |`"changeMe00"`| is used to encrypt a cookie value |
85
+
| config.cookie.existingSecret | string |`""`| is the name of the secret |
86
+
| config.cookie.name | string |`""`| is the name of the cookie. It is intended to be unique when having multiple console-v3 instances. |
87
+
| config.cookie.secretKeys | object |`{"encryptionKey":""}`| is the key contained within the secret |
| global.platform.portal.scheme | string |`"https"`| is the scheme for the portal |
60
60
| global.serviceHost | string |`""`| is the base domain for portal and console |
61
61
62
+
### Stargate configuration
63
+
64
+
| Key | Type | Default | Description |
65
+
|-----|------|---------|-------------|
66
+
| global.platform.stargate.enabled | bool |`false`| if enabled, the stackApiUrl is not required It will be templated with `{{ printf "http://%s-%s:8080/#{organizationId}/#{stackId}/api" .Release.Name "stargate" -}}`|
67
+
| global.platform.stargate.stackApiUrl | string |`""`| if stargate is disabled, the stackApiUrl is defaulted to the `http://gateway.#{organizationId}-#{stackId}.svc:8080/api` To allow external access sets the stackApiUrl to an external url |
0 commit comments