just the one
This commit is contained in:
parent
278f8d50b3
commit
b5db860404
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ spec:
|
|||
type: cronjob
|
||||
cronjob:
|
||||
schedule: "@weekly"
|
||||
parallelism: 6 # Set to my total number of nodes
|
||||
parallelism: 1 # Set to my total number of nodes
|
||||
containers:
|
||||
app:
|
||||
image:
|
||||
|
@ -74,4 +74,4 @@ spec:
|
|||
hostPathType: Directory
|
||||
globalMounts:
|
||||
- path: /host/net
|
||||
readOnly: true
|
||||
readOnly: true
|
||||
|
|
Loading…
Reference in a new issue