ssotap Helm values reference#
Helm values reference table for the ssotap application.
Key |
Type |
Default |
Description |
|---|---|---|---|
cadc-tap.config.backend |
string |
|
What type of backend? |
cadc-tap.config.pg.database |
string |
|
Postgres database to connect to |
cadc-tap.config.pg.host |
string |
|
Postgres hostname:port to connect to |
cadc-tap.config.pg.username |
string |
|
Postgres username to use to connect |
cadc-tap.config.sentryEnabled |
bool |
|
Whether Sentry is enabled in this environment |
cadc-tap.config.serviceName |
string |
|
Name of the service from Gafaelfawr’s perspective |
cadc-tap.config.vaultSecretName |
string |
|
Vault secret name: the final key in the vault path |
cadc-tap.ingress.path |
string |
|
Ingress path that should be routed to this service |
string |
|
Name of the Kubernetes |
|
cadc-tap.tapSchema.database |
string |
|
Database name |
cadc-tap.tapSchema.tapadm |
object |
|
Connection pool configuration for jdbc/tapadm |
cadc-tap.tapSchema.tapadm.maxActive |
int |
|
Maximum active connections (maxIdle will be set to this value) |
cadc-tap.tapSchema.tapuser |
object |
|
Connection pool configuration for jdbc/tapuser (query planning and tap_upload) |
cadc-tap.tapSchema.tapuser.maxActive |
int |
|
Maximum active connections (maxIdle will be set to this value) |
cadc-tap.tapSchema.type |
string |
“cloudsql” |
Database backend type: “containerized”, “cloudsql”, or “external” |
cadc-tap.tapSchema.useVaultPassword |
bool |
|
Whether the TAP_SCHEMA database requires a password in Vault (true for cloudsql/external) |
cadc-tap.tapSchema.username |
string |
|
Database username |
cadc-tap.uws.database |
string |
|
Database name |
cadc-tap.uws.maxActive |
int |
|
Maximum active connections (maxIdle will be set to this value) |
cadc-tap.uws.type |
string |
|
Database backend type: “containerized”, “cloudsql”, or “external” |
cadc-tap.uws.useVaultPassword |
bool |
|
Whether the UWS database requires a password in Vault (true for cloudsql/external) |
cadc-tap.uws.username |
string |
|
Database username |
global.baseUrl |
string |
Set by Argo CD |
Base URL for the environment |
global.host |
string |
Set by Argo CD |
Host name for ingress |
global.vaultSecretsPath |
string |
Set by Argo CD |
Base path for Vault secrets |