Giftless Helm values reference#
Helm values reference table for the giftless
application.
Key |
Type |
Default |
Description |
---|---|---|---|
affinity |
object |
|
Affinity rules for the giftless frontend pod |
config |
object |
|
Configuration for giftless server |
config.bucketName |
string |
Must be overridden in environment-specific values file |
Bucket name for GCS LFS Object bucket |
config.projectName |
string |
Must be overridden in environment-specific values file |
Project name for GCS LFS Object bucket |
fullnameOverride |
string |
|
Override the full name for resources (includes the release name) |
global.vaultSecretsPath |
string |
Set by Argo CD |
Base path for Vault secrets |
image.pullPolicy |
string |
|
Pull policy for the giftless image |
image.repository |
string |
|
Giftless image to use |
image.tag |
string |
The appVersion of the chart |
Tag of giftless image to use |
ingress.annotations |
object |
|
Additional annotations to add to the ingress |
ingress.hostname |
object |
Must be overridden in environment-specific values file |
FQDNs of giftless ingresses |
ingress.hostname.readonly |
string |
Must be overridden in environment-specific values file |
FQDN for the read-only giftless ingress |
ingress.hostname.readwrite |
string |
Must be overridden in environment-specific values file |
FQDN for the read-write giftless ingress |
nameOverride |
string |
|
Override the base name for resources |
nodeSelector |
object |
|
Node selector rules for the giftless frontend pod |
podAnnotations |
object |
|
Annotations for the giftless frontend pod |
resources |
object |
|
Resource limits and requests for the giftless frontend pod |
server.debug |
bool |
|
Turn on debugging mode |
server.processes |
int |
|
Number of processes for server |
server.threads |
int |
|
Number of threads per process |
tolerations |
list |
|
Tolerations for the giftless frontend pod |