[calibre] set strategy=recreate just in case [ci skip]

This commit is contained in:
Viktor Barzin 2023-12-27 15:41:10 +00:00
parent 847c24d845
commit ff03c1b8c6

View file

@ -26,6 +26,9 @@ resource "kubernetes_deployment" "calibre" {
}
spec {
replicas = 1
strategy {
type = "Recreate"
}
selector {
match_labels = {
app = "calibre"