Skip to content

Commit

Permalink
fix(redis): disable protected mode
Browse files Browse the repository at this point in the history
  • Loading branch information
esinx committed Mar 21, 2024
1 parent 43c3fb2 commit 6f84ac6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/modules/base_cluster/redis.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ resource "kubernetes_config_map" "redis_config_map" {
save 3600 30
dir /redis-master-data/
dbfilename dump.rdb
protected-mode no
EOF
}
}

0 comments on commit 6f84ac6

Please sign in to comment.