Rubintv Helm values reference¶
Helm values reference table for the rubintv-dev application.
| Key | Type | Default | Description | 
|---|---|---|---|
| global.baseUrl | string | Set by Argo CD | Base URL for the environment | 
| global.host | string | Set by Argo CD | Host name for ingress | 
| global.tsVaultSecretsPath | string | 
 | Relative path for tsVault secrets | 
| global.vaultSecretsPath | string | Set by Argo CD | Base path for Vault secrets | 
| redis.affinity | object | 
 | Affinity rules for the Redis pod | 
| redis.config.secretKey | string | 
 | Key inside secret from which to get the Redis password (do not change) | 
| redis.config.secretName | string | 
 | Name of secret containing Redis password (may require changing if fullnameOverride is set) | 
| redis.nodeSelector | object | 
 | Node selection rules for the Redis pod | 
| redis.persistence.accessMode | string | 
 | Access mode of storage to request | 
| redis.persistence.enabled | bool | 
 | Whether to persist Redis storage and thus tokens. Setting this to false will use  | 
| redis.persistence.size | string | 
 | Amount of persistent storage to request | 
| redis.persistence.storageClass | string | 
 | Class of storage to request | 
| redis.persistence.volumeClaimName | string | 
 | Use an existing PVC, not dynamic provisioning. If this is set, the size, storageClass, and accessMode settings are ignored. | 
| redis.podAnnotations | object | 
 | Pod annotations for the Redis pod | 
| redis.resources | object | See  | Resource limits and requests for the Redis pod | 
| redis.tolerations | list | 
 | Tolerations for the Redis pod | 
| rubintv.frontend.affinity | object | 
 | Affinity rules for the rubintv-dev frontend pod | 
| rubintv.frontend.debug | bool | 
 | If set to true, enable more verbose logging. | 
| rubintv.frontend.image | object | 
 | Settings for rubintv-dev OCI image | 
| rubintv.frontend.image.pullPolicy | string | 
 | Pull policy for the rubintv-dev image | 
| rubintv.frontend.image.repository | string | 
 | rubintv-dev frontend image to use | 
| rubintv.frontend.image.tag | string | The appVersion of the chart | Tag of rubintv-dev image to use | 
| rubintv.frontend.nodeSelector | object | 
 | Node selector rules for the rubintv-dev frontend pod | 
| rubintv.frontend.pathPrefix | string | 
 | Prefix for rubintv-dev’s frontend API routes. | 
| rubintv.frontend.podAnnotations | object | 
 | Annotations for the rubintv-dev frontend pod | 
| rubintv.frontend.resources | object | 
 | Resource limits and requests for the rubintv-dev frontend pod | 
| rubintv.frontend.tolerations | list | 
 | Tolerations for the rubintv-dev frontend pod | 
| rubintv.fullnameOverride | string | 
 | Override the full name for resources (includes the release name) | 
| rubintv.imagePullSecrets | list | See  | Image pull secrets. | 
| rubintv.ingress.annotations | object | 
 | Additional annotations to add to the ingress | 
| rubintv.nameOverride | string | 
 | Override the base name for resources | 
| rubintv.separateSecrets | bool | 
 | Whether to use the new secrets management scheme | 
| rubintv.siteTag | string | 
 | A special tag for letting the scripts know where they are running. Must be overridden at each site | 
| rubintv.workers.affinity | object | 
 | Affinity rules for the rubintv-dev worker pods | 
| rubintv.workers.debug | bool | 
 | If set to true, enable more verbose logging. | 
| rubintv.workers.env | list | 
 | This section holds a list of key, value pairs for environmental variables (name: key, value: value). | 
| rubintv.workers.envSecrets | list | See  | This section holds specifications for secret injection. | 
| rubintv.workers.gid | string | 
 | GID to run as (site-dependent as above) | 
| rubintv.workers.image | object | 
 | Settings for OCI image for worker pods | 
| rubintv.workers.image.pullPolicy | string | 
 | The policy to apply when pulling an image for deployment. | 
| rubintv.workers.image.repository | string | 
 | The Docker registry name for the container image. | 
| rubintv.workers.image.tag | string | 
 | The tag of the container image to use. | 
| rubintv.workers.imagePullSecrets | list | See  | Image pull secrets. | 
| rubintv.workers.nodeSelector | object | 
 | Node selector rules for the rubintv-dev worker pods | 
| rubintv.workers.pathPrefix | string | 
 | Prefix for the (internal) worker API routes | 
| rubintv.workers.podAnnotations | object | 
 | Annotations for the rubintv-dev worker pods | 
| rubintv.workers.replicas | int | 
 | how many replicas to use | 
| rubintv.workers.resources | object | 
 | Resource limits and requests for the rubintv-dev worker pods | 
| rubintv.workers.script | string | 
 | Script that runs in RUN_ARG. This dynamic mechanism needs to be replaced with something less scary, but there is resistance to that, at least while iterating. | 
| rubintv.workers.tolerations | list | 
 | Tolerations for the rubintv-dev worker pods | 
| rubintv.workers.uid | string | 
 | UID to run as (site-dependent because of filesystem access; must be specified) | 
| rubintv.workers.volumes | list | See  | Volumes for the rubintv-dev worker pods |