From 4344dfadc240cd9e75a805357a5105f85ed97fbf Mon Sep 17 00:00:00 2001 From: Bharath Date: Mon, 17 Jun 2024 16:30:51 +0530 Subject: [PATCH] update private keys of spamooor jobs --- charts/spamooor-cronjobs/values.yaml | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/charts/spamooor-cronjobs/values.yaml b/charts/spamooor-cronjobs/values.yaml index 57809e6..988ccaf 100644 --- a/charts/spamooor-cronjobs/values.yaml +++ b/charts/spamooor-cronjobs/values.yaml @@ -15,22 +15,18 @@ jobs: command: ["/app/spamooor"] args: - "--privkey" - - "f0faf478af88579c65dcaab52c79ea8f348b635e610ad89f0bbcdfcdebf7a446" + - "61276d90422fd899799cf6c34c8574461de4aadd0ef59af5993b74dd8ce2d644" - "--rpchost" - "https://rpc.evm.dusk-7.devnet.astria.org" # Alternatively: ..svc.cluster.local: - "erctx" - "--max-wallets" - "10" - "--throughput" - - "1000" + - "10" - "--max-pending" - - "1000" - - "--count" - - "15000" - - "--basefee" - - "100" - - "--tipfee" - "10" + - "--count" + - "1000" - "--timeout" - "120" resources: @@ -150,15 +146,11 @@ jobs: - "--max-wallets" - "10" - "--throughput" - - "1000" + - "10" - "--max-pending" - - "1000" - - "--basefee" - - "100" - - "--tipfee" - "10" - "--count" - - "15000" + - "1000" - "--timeout" - "120" resources: