diff --git a/services/crypto/xmr-miner/deployment.yaml b/services/crypto/xmr-miner/deployment.yaml index b4c1190..516cef4 100644 --- a/services/crypto/xmr-miner/deployment.yaml +++ b/services/crypto/xmr-miner/deployment.yaml @@ -20,11 +20,11 @@ spec: image: ghcr.io/sethforprivacy/p2pool:latest command: ["p2pool"] args: - - "--host=monerod.crypto.svc.cluster.local" - - "--rpc-port=18081" - - "--zmq-port=18083" - - "--stratum=0.0.0.0:3333" - - "--wallet=$(XMR_ADDR)" + - "--host monerod.crypto.svc.cluster.local" + - "--rpc-port 18081" + - "--zmq-port 18083" + - "--stratum 0.0.0.0:3333" + - "--wallet $(XMR_ADDR)" # - "--light-mode" # - "--no-randomx" # - "--no-cache"