oecis-charts/charts/tandoor/values.yaml

113 lines
2.1 KiB
YAML
Raw Normal View History

2023-08-27 13:38:38 +00:00
# Default values for tandoor.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
# namespaceOverride: "custom-namespace"
serviceAccount:
# Specifies whether a service account should be created
create: true
# Annotations to add to the service account
annotations: {}
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name: ""
podAnnotations: {}
podSecurityContext: {}
# fsGroup: 2000
securityContext: {}
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
persistence:
mediafiles:
name: tandoor-mediafiles
# existingClaim: ""
size: 1Gi
accessMode: ReadWriteOnce
# storageClass: ""
annotations: {}
service:
gunicorn:
type: ClusterIP
2023-11-29 10:47:33 +00:00
port: 8080
2023-08-27 13:38:38 +00:00
name: gunicorn
nginx:
type: ClusterIP
port: 80
name: nginx
ingress:
enabled: false
className: ""
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
hosts:
- host: tandoor.local
tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 100
targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80
nodeSelector: {}
tolerations: []
affinity: {}
initContainers: []
extraVolumes: []
2023-08-27 13:38:38 +00:00
nginx:
image:
repository: nginx
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "mainline-alpine"
resources: {}
tandoor:
command: []
2023-08-27 13:38:38 +00:00
extraEnv: []
extraVolumeMounts: []
2023-08-27 13:38:38 +00:00
image:
repository: vabene1111/recipes
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
2023-11-29 10:47:33 +00:00
tag: ""
2023-08-27 13:38:38 +00:00
resources: {}
config:
2023-11-29 10:47:33 +00:00
encryptionKey:
secretName: ""
secretKey: "encryption-key"
2023-08-27 13:38:38 +00:00
postgres:
host: ""
port: 5432
user: tandoor
2023-11-29 10:47:33 +00:00
password:
secretName: ""
secretKey: "password"
2023-08-27 13:38:38 +00:00
db: tandoor