diff --git a/stacks/platform/modules/k8s-portal/main.tf b/stacks/platform/modules/k8s-portal/main.tf index 15d1ab08..53c375d6 100644 --- a/stacks/platform/modules/k8s-portal/main.tf +++ b/stacks/platform/modules/k8s-portal/main.tf @@ -43,6 +43,10 @@ resource "kubernetes_deployment" "k8s_portal" { spec { replicas = 1 + strategy { + type = "Recreate" + } + revision_history_limit = 3 selector { match_labels = { app = "k8s-portal"