charts/charts/dispatch/values.yaml

44 lines
785 B
YAML
Raw Normal View History

2023-12-16 16:17:51 +00:00
envFromSecret: dispatch-secret
image:
registry: code.252.no
repository: elk-works/dispatch
tag: v20240731@sha256:e6c916d8bb6e02e7e23473229f3aa7643bcd00de5f59553794573a4a4737a635
pullPolicy: IfNotPresent
pullSecret: ""
initContainers:
dbInit:
image:
repository: ghcr.io/onedr0p/postgres-init
tag: "16"
envFrom:
2023-12-30 09:00:05 +00:00
- secretRef:
name: dispatch-secret
2023-12-16 15:49:16 +00:00
url: http://localhost:80
authentication:
provider_slug: dispatch-auth-provider-header
header:
header_name: Tailscale-User-Login
core:
enabled: true
web:
enabled: true
service:
type: ClusterIP
port: 80
scheduler:
enabled: true
postgres:
2023-12-30 09:00:05 +00:00
hostname: "postgres-rw.databases.svc.cluster.local"
2023-12-16 15:49:16 +00:00
database_name: "dispatch"
2023-12-30 09:00:05 +00:00
port: "5432"
secretName: dispatch-secret