recreate technitium instance to avoid db losses [ci skip]

This commit is contained in:
Viktor Barzin 2023-09-16 19:33:48 +00:00
parent 102a082233
commit 70f8ceef5b

View file

@ -22,6 +22,9 @@ resource "kubernetes_deployment" "technitium" {
}
}
spec {
strategy {
type = "Recreate"
}
# replicas = 1
selector {
match_labels = {