diff --git a/helm-chart/banzai/templates/workers-large.yaml b/helm-chart/banzai/templates/workers-large.yaml index cd5419b2..2e5f47dc 100644 --- a/helm-chart/banzai/templates/workers-large.yaml +++ b/helm-chart/banzai/templates/workers-large.yaml @@ -35,9 +35,6 @@ spec: - "-A" - "banzai" - "worker" - - "--without-heartbeat" - - "--without-gossip" - - "--without-mingle" - "--concurrency" - "1" - "-l" diff --git a/helm-chart/banzai/templates/workers.yaml b/helm-chart/banzai/templates/workers.yaml index 6d4fb60f..cec78ab7 100644 --- a/helm-chart/banzai/templates/workers.yaml +++ b/helm-chart/banzai/templates/workers.yaml @@ -35,9 +35,6 @@ spec: - "-A" - "banzai" - "worker" - - "--without-heartbeat" - - "--without-gossip" - - "--without-mingle" - "--concurrency" - "1" - "-l"