who_need_help/deploy/helm/who-need-help/values.yaml
SimpleTest 6e11bb35aa
Some checks are pending
Quality / full-local-gates (push) Waiting to run
Support UniSender Go HTTPS email delivery
2026-07-21 14:42:14 +03:00

75 lines
2.0 KiB
YAML

image:
repository: who-need-help
tag: local
pullPolicy: IfNotPresent
web:
replicas: 2
poolSize: "4"
worker:
replicas: 2
poolSize: "2"
maintenanceConcurrency: "2"
pushConcurrency: "1"
service:
type: ClusterIP
port: 80
nodePort: null
app:
host: localhost
scheme: https
urlPort: "443"
port: "4000"
migratePoolSize: "2"
# OTP otherwise derives this from the container nofile ulimit. Some
# Kubernetes runtimes expose a value so large that each BEAM instance
# preallocates a multi-gigabyte port table.
erlangPortLimit: 65536
clusterInterface: eth0
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
emailDeliveryProvider: smtp
smtpRelay: mailpit
smtpPort: "1025"
unisenderGoBaseUrl: https://goapi.unisender.ru/ru/transactional/api/v1
# 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, and both GOOGLE_OAUTH_CLIENT_ID and
# GOOGLE_OAUTH_CLIENT_SECRET to enable Google registration/sign-in. Optional
# SUPPORT_INBOX_ADDRESS enables metadata-only operator alerts and Reply-To.
# EMAIL_DELIVERY_PROVIDER=unisender_go additionally requires
# UNISENDER_GO_API_KEY. SMTP mode can keep provider credentials in this Secret.
# 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: []
networkPolicy:
enabled: true
podAnnotations: {}
podLabels: {}
nodeSelector: {}
tolerations: []
affinity: {}