dcbot/k8s/overlays/prod/jobs.yml
Dawid Wysokiński 8e46fe38d3
All checks were successful
continuous-integration/drone/push Build is passing
feat(ci/cd): add deploy pipelines
2022-10-29 09:06:41 +02:00

22 lines
521 B
YAML

apiVersion: batch/v1
kind: Job
metadata:
name: twhelp-dcbot-migrations-job
spec:
template:
spec:
containers:
- name: twhelp-dcbot-migrations
image: dcbot
args: ["db", "migrate"]
env:
- name: APP_MODE
value: production
- name: DB_MAX_OPEN_CONNECTIONS
value: "1"
- name: DB_DSN
valueFrom:
secretKeyRef:
name: twhelp-dcbot-secret
key: db-dsn