charts/charts/dispatch/values.yaml

41 lines
703 B
YAML
Raw Normal View History

2023-12-16 16:17:51 +00:00
envFromSecret: dispatch-secret
image:
repository: ghcr.io/tommy-skaug/dispatch
2023-12-16 16:17:51 +00:00
tag: v20230919
pullPolicy: Always
initContainers:
dbInit:
image:
repository: ghcr.io/onedr0p/postgres-init
tag: "16"
envFrom:
- secretRef:
2023-12-16 16:17:51 +00:00
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-16 15:49:16 +00:00
hostname: "postgres-rw.databases.svc.cluster.local"
database_name: "dispatch"
port: "5432"
2023-12-16 16:17:51 +00:00
secretName: dispatch-secret