We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ebc772 commit 8f3ae61Copy full SHA for 8f3ae61
1 file changed
charts/database/templates/database-deployment.yaml
@@ -20,6 +20,15 @@ spec:
20
app: drycc-database
21
spec:
22
serviceAccount: drycc-database
23
+ initContainers:
24
+ - name: drycc-database-init
25
+ image: docker.io/drycc/python-dev:latest
26
+ imagePullPolicy: {{.Values.image_pull_policy}}
27
+ command:
28
+ - netcat
29
+ - -v
30
+ - -a
31
+ - $(DRYCC_MINIO_SERVICE_HOST):$(DRYCC_MINIO_SERVICE_PORT)
32
containers:
33
- name: drycc-database
34
image: {{.Values.image_registry}}/{{.Values.image_org}}/postgres:{{.Values.image_tag}}
0 commit comments