recreate actual pods [ci skip]
This commit is contained in:
parent
a87637a02b
commit
0e59672615
1 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}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue