infra: protect act-runner from autoscaler eviction
This commit is contained in:
parent
47967c6d6d
commit
f4b5fe72c9
|
|
@ -14,6 +14,8 @@ spec:
|
|||
app: act-runner
|
||||
template:
|
||||
metadata:
|
||||
annotations:
|
||||
cluster-autoscaler.kubernetes.io/safe-to-evict: "false"
|
||||
labels:
|
||||
app: act-runner
|
||||
spec:
|
||||
|
|
|
|||
Loading…
Reference in New Issue