[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 {
|
spec {
|
||||||
replicas = 1
|
replicas = 1
|
||||||
|
strategy {
|
||||||
|
type = "Recreate"
|
||||||
|
}
|
||||||
selector {
|
selector {
|
||||||
match_labels = {
|
match_labels = {
|
||||||
app = "calibre"
|
app = "calibre"
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue