who_need_help/deploy/helm/who-need-help/values.yaml

50 lines
888 B
YAML

image:
repository: who-need-help
tag: local
pullPolicy: IfNotPresent
web:
replicas: 2
worker:
replicas: 2
service:
type: ClusterIP
port: 80
nodePort: null
app:
host: localhost
scheme: https
urlPort: "443"
port: "4000"
poolSize: "10"
codexSessionId: not-configured
# Shared limits are opt-in; set only after product policy thresholds are approved.
rateLimitPoliciesJson: "{}"
mapTileUrl: https://tile.openstreetmap.org/{z}/{x}/{y}.png
smtpRelay: mailpit
smtpPort: "1025"
# Required. The Secret must contain DATABASE_URL, SECRET_KEY_BASE,
# HANDOVER_SECRET, and RELEASE_COOKIE.
existingSecret: ""
ingress:
enabled: false
className: ""
annotations: {}
hosts:
- host: who-need-help.local
paths:
- path: /
pathType: Prefix
tls: []
podAnnotations: {}
podLabels: {}
nodeSelector: {}
tolerations: []
affinity: {}