diff --git a/charts/atlantis/templates/redis.yaml b/charts/atlantis/templates/redis.yaml index dbbf75c7..cd61a9cd 100644 --- a/charts/atlantis/templates/redis.yaml +++ b/charts/atlantis/templates/redis.yaml @@ -15,7 +15,6 @@ spec: - --maxmemory=$(MAX_MEMORY)Mi # Graceful memory management (90% of limit) - --proactor_threads=1 # Auto-detect CPU cores (optimal threading) - --dir=/data - - --metrics_port=6379 - --cluster_mode=emulated env: - name: MAX_MEMORY diff --git a/charts/sorcerer/templates/redis.yaml b/charts/sorcerer/templates/redis.yaml index a6742d50..629df31f 100644 --- a/charts/sorcerer/templates/redis.yaml +++ b/charts/sorcerer/templates/redis.yaml @@ -15,7 +15,6 @@ spec: - --maxmemory=$(MAX_MEMORY)Mi - --proactor_threads=1 - --dir=/data - - --metrics_port=6379 - --cluster_mode=emulated env: - name: MAX_MEMORY