recreate actual pods [ci skip]
This commit is contained in:
parent
14984a4915
commit
cb065d7a4f
2 changed files with 3 additions and 0 deletions
|
|
@ -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.
Loading…
Add table
Add a link
Reference in a new issue