portal Helm values reference#
Helm values reference table for the portal application.
| Key | Type | Default | Description | 
|---|---|---|---|
| affinity | object | 
 | Affinity rules for the Portal pod | 
| config.cleanupInterval | string | 
 | How long results should be retained before being deleted | 
| config.debug | string | 
 | Set to  | 
| config.hipsUrl | string | 
 | URL for default HiPS service | 
| config.livetap | string | 
 | Endpoint under  | 
| config.ssotap | string | 
 | Endpoint under  | 
| config.visualizeFitsSearchPath | string | 
 | Search path for FITS files | 
| config.volumes.configHostPath | string | Use an  | hostPath to mount as configuration.  Set either this of  | 
| config.volumes.configNfs | object | Use an  | NFS information for a configuration.  If set, must have keys for path and server, Set either this of  | 
| config.volumes.workareaHostPath | string | Use an  | hostPath to mount as a shared work area.  Set either this or  | 
| config.volumes.workareaNfs | object | Use an  | NFS information for a shared work area.  If set, must have keys for path and server.  Set either this or  | 
| fullnameOverride | string | 
 | Override the full name for resources (includes the release name) | 
| 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 | 
| image.pullPolicy | string | 
 | Pull policy for the Portal image | 
| image.repository | string | 
 | Portal image to use | 
| image.tag | string | The appVersion of the chart | Tag of Portal image to use | 
| ingress.annotations | object | 
 | Additional annotations to add to the ingress | 
| nameOverride | string | 
 | Override the base name for resources | 
| nodeSelector | object | 
 | Node selector rules for the Portal pod | 
| podAnnotations | object | 
 | Annotations for the Portal 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.enabled | bool | 
 | Whether to persist Redis storage. Setting this to false will use  | 
| 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 | 
| replicaCount | int | 
 | Number of pods to start | 
| resources | object | 
 | Resource limits and requests. The Portal will use (by default) 93% of container RAM. This is a smallish Portal; tweak it as you need to in instance definitions in Phalanx. | 
| securityContext | object | 
 | Security context for the Portal pod | 
| tolerations | list | 
 | Tolerations for the Portal pod |