diff --git a/stacks/plotting-book/main.tf b/stacks/plotting-book/main.tf index 58bba9d2..9286e6e1 100644 --- a/stacks/plotting-book/main.tf +++ b/stacks/plotting-book/main.tf @@ -64,6 +64,9 @@ resource "kubernetes_deployment" "plotting-book" { } spec { replicas = 1 + strategy { + type = "Recreate" + } selector { match_labels = { app = "plotting-book"