crypto: throttle mining during recovery
This commit is contained in:
parent
5e27384ea2
commit
2d8405d299
@ -8,7 +8,7 @@ metadata:
|
||||
app: monerod
|
||||
atlas.bstein.dev/workload-profile: heavy
|
||||
spec:
|
||||
replicas: 1
|
||||
replicas: 0
|
||||
strategy: { type: Recreate }
|
||||
selector: { matchLabels: { app: monerod } }
|
||||
template:
|
||||
|
||||
@ -8,7 +8,7 @@ metadata:
|
||||
app: monero-p2pool
|
||||
atlas.bstein.dev/workload-profile: heavy
|
||||
spec:
|
||||
replicas: 1
|
||||
replicas: 0
|
||||
selector:
|
||||
matchLabels: { app: monero-p2pool }
|
||||
template:
|
||||
|
||||
@ -19,6 +19,7 @@ spec:
|
||||
spec:
|
||||
priorityClassName: scavenger
|
||||
nodeSelector:
|
||||
atlas.bstein.dev/crypto-mining-enabled: "true"
|
||||
node-role.kubernetes.io/worker: "true"
|
||||
affinity:
|
||||
nodeAffinity:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user