recreate actual pods [ci skip]

This commit is contained in:
Viktor Barzin 2025-01-06 22:05:26 +00:00
parent 14984a4915
commit cb065d7a4f
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
2 changed files with 3 additions and 0 deletions

View file

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

Binary file not shown.