auto upgrade redis [ci skip]

This commit is contained in:
Viktor Barzin 2025-11-10 22:40:28 +00:00
parent 0752e80231
commit ba663907dc
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
2 changed files with 4 additions and 1 deletions

View file

@ -25,6 +25,9 @@ resource "kubernetes_deployment" "redis" {
} }
spec { spec {
replicas = 1 replicas = 1
strategy {
type = "Recreate"
}
selector { selector {
match_labels = { match_labels = {
app = "redis" app = "redis"
@ -38,7 +41,7 @@ resource "kubernetes_deployment" "redis" {
} }
spec { spec {
container { container {
image = "redis/redis-stack:7.4.0-v6" image = "redis/redis-stack:latest"
name = "redis" name = "redis"
port { port {

Binary file not shown.