Compare commits
5 Commits
auto-updat
...
auto-updat
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fdb6db7fcd | ||
| 512e993f7b | |||
| b6b6e23026 | |||
| bd997082e9 | |||
| 0689b6abc8 |
@@ -6,7 +6,7 @@ metadata:
|
||||
labels:
|
||||
app: khm-client
|
||||
spec:
|
||||
schedule: "* * * * *"
|
||||
schedule: "15 * * * *"
|
||||
concurrencyPolicy: Forbid
|
||||
successfulJobsHistoryLimit: 3
|
||||
failedJobsHistoryLimit: 3
|
||||
@@ -18,6 +18,7 @@ spec:
|
||||
app: khm-client
|
||||
spec:
|
||||
restartPolicy: OnFailure
|
||||
hostNetwork: true
|
||||
nodeSelector:
|
||||
node-role.kubernetes.io/desktop: ""
|
||||
tolerations:
|
||||
@@ -25,7 +26,6 @@ spec:
|
||||
operator: Equal
|
||||
value: desktop
|
||||
effect: NoSchedule
|
||||
hostNetwork: false
|
||||
containers:
|
||||
- name: khm-client
|
||||
image: 'ultradesu/khm:latest'
|
||||
|
||||
Reference in New Issue
Block a user