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