recreate technitium instance to avoid db losses [ci skip]
This commit is contained in:
parent
8a7d58e686
commit
69313d4613
2 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 = {
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue