times-square Helm values reference#
Helm values reference table for the times-square
application.
Key |
Type |
Default |
Description |
---|---|---|---|
affinity |
object |
|
Affinity rules for the times-square deployment pod |
autoscaling.enabled |
bool |
|
Enable autoscaling of times-square deployment |
autoscaling.maxReplicas |
int |
|
Maximum number of times-square deployment pods |
autoscaling.minReplicas |
int |
|
Minimum number of times-square deployment pods |
autoscaling.targetCPUUtilizationPercentage |
int |
|
Target CPU utilization of times-square deployment pods |
cloudsql.enabled |
bool |
|
Enable the Cloud SQL Auth Proxy sidecar, used with CloudSQL databases on Google Cloud |
cloudsql.image.pullPolicy |
string |
|
Pull policy for Cloud SQL Auth Proxy images |
cloudsql.image.repository |
string |
|
Cloud SQL Auth Proxy image to use |
cloudsql.image.tag |
string |
|
Cloud SQL Auth Proxy tag to use |
cloudsql.instanceConnectionName |
string |
|
Instance connection name for a CloudSQL PostgreSQL instance |
cloudsql.serviceAccount |
string |
|
The Google service account that has an IAM binding to the |
config.databaseUrl |
string |
None, must be set |
URL for the PostgreSQL database |
config.enableGitHubApp |
string |
|
Toggle to enable the GitHub App functionality |
config.githubAppId |
string |
|
GitHub application ID |
config.githubOrgs |
string |
|
GitHub organizations that can sync repos to Times Square (comma-separated). |
config.logLevel |
string |
|
Logging level: “DEBUG”, “INFO”, “WARNING”, “ERROR”, “CRITICAL” |
string |
|
Name of the service. |
|
config.profile |
string |
|
Run profile: “production” or “development” |
config.redisCacheUrl |
string |
Points to embedded Redis |
URL for Redis html / noteburst job cache database |
config.redisQueueUrl |
string |
Points to embedded Redis |
URL for Redis arq queue database |
fullnameOverride |
string |
|
Override the full name for resources (includes the release name) |
global.baseUrl |
string |
Set by times-square Argo CD Application |
Base URL for the environment |
global.host |
string |
Set by times-square Argo CD Application |
Host name for ingress |
global.vaultSecretsPathPrefix |
string |
Set by times-square Argo CD Application |
Base path for Vault secrets |
image.pullPolicy |
string |
|
Pull policy for the times-square image |
image.repository |
string |
|
Image to use in the times-square deployment |
image.tag |
string |
|
Overrides the image tag whose default is the chart appVersion. |
imagePullSecrets |
list |
|
Secret names to use for all Docker pulls |
ingress.annotations |
object |
|
Additional annotations for the ingress rule |
ingress.path |
string |
|
Root URL path prefix for times-square API |
nameOverride |
string |
|
Override the base name for resources |
nodeSelector |
object |
|
Node selection rules for the times-square deployment pod |
podAnnotations |
object |
|
Annotations for the times-square deployment pod |
redis.affinity |
object |
|
Affinity rules for the Redis pod |
redis.nodeSelector |
object |
|
Node selection rules for the Redis pod |
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 |
replicaCount.api |
int |
|
Number of API deployment pods to start |
replicaCount.worker |
int |
|
Number of worker deployment pods to start |
resources |
object |
|
Resource limits and requests for the times-square deployment pod |
service.port |
int |
|
Port of the service to create and map to the ingress |
service.type |
string |
|
Type of service to create |
serviceAccount.annotations |
object |
|
Annotations to add to the service account. If CloudSQL is in use, the annotation specifying the Google service account will also be added. |
serviceAccount.create |
bool |
|
Force creation of a service account. Normally, no service account is used or mounted. If CloudSQL is enabled, a service account is always created regardless of this value. |
string |
Name based on the fullname template |
Name of the service account to use |
|
tolerations |
list |
|
Tolerations for the times-square deployment pod |