[calibre] set strategy=recreate just in case [ci skip]
This commit is contained in:
parent
7196af28bf
commit
1ab8a68b76
2 changed files with 3 additions and 0 deletions
|
|
@ -26,6 +26,9 @@ resource "kubernetes_deployment" "calibre" {
|
|||
}
|
||||
spec {
|
||||
replicas = 1
|
||||
strategy {
|
||||
type = "Recreate"
|
||||
}
|
||||
selector {
|
||||
match_labels = {
|
||||
app = "calibre"
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue