70 lines
1.7 KiB
YAML
70 lines
1.7 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
|
|
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, 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. 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: {}
|