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 8a7d58e686
commit 69313d4613
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
2 changed files with 3 additions and 0 deletions

View file

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

Binary file not shown.