Checkerboard Helm values reference#
Helm values reference table for the checkerboard application.
| Key | Type | Default | Description | 
|---|---|---|---|
| affinity | object | 
 | Affinity rules for the checkerboard frontend pod | 
| config | object | See  | Configuration for checkerboard server | 
| config.logLevel | string | 
 | Choose from the text form of Python logging levels | 
| config.profile | string | 
 | application Safir profile (“production” or “development”) | 
| config.slackProfileField | string | 
 | name of Slack profile field for GitHub username (case-sensitive) | 
| fullnameOverride | string | 
 | Override the full name for resources (includes the release name) | 
| global.host | string | Set by Argo CD | Host name for ingress | 
| global.vaultSecretsPath | string | Set by Argo CD | Base path for Vault secrets | 
| image.pullPolicy | string | 
 | Pull policy for the checkerboard image | 
| image.repository | string | 
 | Checkerboard image to use | 
| image.tag | string | The appVersion of the chart | Tag of checkerboard image to use | 
| ingress.annotations | object | 
 | Additional annotations to add to the ingress | 
| ingress.path | string | 
 | Path prefix where checkerboard is hosted | 
| nameOverride | string | 
 | Override the base name for resources | 
| nodeSelector | object | 
 | Node selector rules for the checkerboard frontend pod | 
| podAnnotations | object | 
 | Annotations for the checkerboard frontend pod | 
| 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 | 
| resources | object | See  | Resource limits and requests for the checkerboard frontend pod | 
| tolerations | list | 
 | Tolerations for the checkerboard frontend pod |