[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 7196af28bf
commit 1ab8a68b76
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
2 changed files with 3 additions and 0 deletions

View file

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

Binary file not shown.