K8S: working version of db-create job

This commit is contained in:
Dave Horton
2021-11-08 13:27:02 -05:00
parent c011c9b54a
commit 3b57d26df0
+3 -3
View File
@@ -3,7 +3,7 @@ kind: Job
metadata:
name: db-create
spec:
backoffLimit: 0
backoffLimit: 10
template:
metadata:
annotations:
@@ -13,9 +13,9 @@ spec:
- envFrom:
- secretRef:
name: jambonz
image: jambonz/db
image: jambonz/db-create:latest
imagePullPolicy: Always
name: db
nodeSelector:
kubernetes.io/arch: amd64
restartPolicy: Never
restartPolicy: OnFailure