2023-12-16 16:17:51 +00:00
|
|
|
envFromSecret: dispatch-secret
|
2023-12-16 14:53:10 +00:00
|
|
|
|
2023-12-15 17:53:09 +00:00
|
|
|
image:
|
|
|
|
repository: ghcr.io/tommy-skaug/dispatch
|
2023-12-16 16:17:51 +00:00
|
|
|
tag: v20230919
|
2023-12-15 17:53:09 +00:00
|
|
|
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
|
2023-12-15 17:53:09 +00:00
|
|
|
|
2023-12-16 19:33:01 +00:00
|
|
|
authentication:
|
|
|
|
provider_slug: dispatch-auth-provider-header
|
|
|
|
header:
|
|
|
|
header_name: Tailscale-User-Login
|
|
|
|
|
|
|
|
|
2023-12-15 17:53:09 +00:00
|
|
|
core:
|
2023-12-16 13:59:22 +00:00
|
|
|
enabled: true
|
2023-12-15 17:53:09 +00:00
|
|
|
|
|
|
|
web:
|
2023-12-16 13:59:22 +00:00
|
|
|
enabled: true
|
2023-12-15 17:53:09 +00:00
|
|
|
service:
|
|
|
|
type: ClusterIP
|
|
|
|
port: 80
|
|
|
|
|
|
|
|
scheduler:
|
2023-12-16 13:59:22 +00:00
|
|
|
enabled: true
|
2023-12-15 17:53:09 +00:00
|
|
|
|
|
|
|
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
|