recreate actual pods [ci skip]

This commit is contained in:
Viktor Barzin 2025-01-06 22:05:26 +00:00
parent a87637a02b
commit 0e59672615

View file

@ -17,6 +17,9 @@ resource "kubernetes_deployment" "actualbudget" {
}
spec {
replicas = 1
strategy {
type = "Recreate"
}
selector {
match_labels = {
app = "actualbudget-${var.name}"