mirror of
https://github.com/outbackdingo/deployment.git
synced 2026-03-21 00:41:17 +00:00
rename job
This commit is contained in:
@@ -3,6 +3,8 @@ kind: Job
|
||||
metadata:
|
||||
name: hub-create-database-job
|
||||
spec:
|
||||
backoffLimit: 4 # Number of retries before considering a Job as failed
|
||||
ttlSecondsAfterFinished: 60 # Job will be deleted 60 seconds after completion
|
||||
template:
|
||||
spec:
|
||||
initContainers:
|
||||
@@ -29,7 +31,6 @@ spec:
|
||||
volumes:
|
||||
- name: hub-import
|
||||
emptyDir: {}
|
||||
backoffLimit: 4
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
Reference in New Issue
Block a user