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
| config.sentryEnvironment | string |`nil`| The environment to report to Sentry |
29
29
| config.sentryTracesSampleConfig | float |`0`| Sentry tracing config: a float to specify a percentage, or "errors" to send all transactions with errors. |
30
30
| config.slackAlerts | bool |`true`| Whether to send alerts and status to Slack. |
31
-
| fullnameOverride | string |`""`| Override the full name for resources (includes the release name) |
32
31
| global.baseUrl | string | Set by Argo CD | Base URL for the environment |
33
32
| global.host | string | Set by Argo CD | Host name for ingress |
34
33
| global.vaultSecretsPath | string | Set by Argo CD | Base path for Vault secrets |
35
34
| image.pullPolicy | string |`"IfNotPresent"`| Pull policy for the mobu image |
36
35
| image.repository | string |`"ghcr.io/lsst-sqre/mobu"`| mobu image to use |
37
36
| image.tag | string | The appVersion of the chart | Tag of mobu image to use |
38
37
| ingress.annotations | object |`{}`| Additional annotations to add to the ingress |
39
-
| nameOverride | string |`""`| Override the base name for resources |
40
38
| nodeSelector | object |`{}`| Node selector rules for the mobu frontend pod |
41
39
| podAnnotations | object |`{}`| Annotations for the mobu frontend pod |
42
40
| resources | object | See `values.yaml`| Resource limits and requests for the mobu frontend pod |
43
-
| terminationGracePeriodSeconds | string |See `values.yaml`| Number of seconds for k8s to send SIGKILL after sending SIGTERM |
41
+
| terminationGracePeriodSeconds | string |Use the Kubernetes default | Number of seconds for Kubernetes to send SIGKILL after sending SIGTERM |
44
42
| tolerations | list |`[]`| Tolerations for the mobu frontend pod |
0 commit comments