recreate technitium instance to avoid db losses [ci skip]
This commit is contained in:
parent
102a082233
commit
70f8ceef5b
1 changed files with 3 additions and 0 deletions
|
|
@ -22,6 +22,9 @@ resource "kubernetes_deployment" "technitium" {
|
|||
}
|
||||
}
|
||||
spec {
|
||||
strategy {
|
||||
type = "Recreate"
|
||||
}
|
||||
# replicas = 1
|
||||
selector {
|
||||
match_labels = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue