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

55 lines
1.2 KiB
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, RELEASE_COOKIE, and METRICS_TOKEN. It may also contain both
# GITHUB_OAUTH_CLIENT_ID and GITHUB_OAUTH_CLIENT_SECRET to enable verified
# GitHub linking. Push is opt-in: provide PUSH_HTTP_ENDPOINT,
# PUSH_HTTP_BEARER_TOKEN, PUSH_HTTP_MAX_ATTEMPTS,
# PUSH_HTTP_RECEIVE_TIMEOUT_MS, PUSH_HTTP_CONNECT_TIMEOUT_MS, and
# PUSH_HTTP_RETRY_DELAY_MS as one complete set.
existingSecret: ""
ingress:
enabled: false
className: ""
annotations: {}
hosts:
- host: who-need-help.local
paths:
- path: /
pathType: Prefix
tls: []
podAnnotations: {}
podLabels: {}
nodeSelector: {}
tolerations: []
affinity: {}