mirror of
https://github.com/auricom/home-cluster.git
synced 2025-10-03 09:09:01 +02:00
🐛 remove rollingupdate
This commit is contained in:
@@ -14,7 +14,7 @@ spec:
|
|||||||
app.kubernetes.io/instance: resilio-sync
|
app.kubernetes.io/instance: resilio-sync
|
||||||
app.kubernetes.io/name: resilio-sync
|
app.kubernetes.io/name: resilio-sync
|
||||||
updateStrategy:
|
updateStrategy:
|
||||||
type: RollingUpdate
|
type: Recreate
|
||||||
serviceName: resilio-sync
|
serviceName: resilio-sync
|
||||||
strategy:
|
strategy:
|
||||||
template:
|
template:
|
||||||
|
@@ -27,7 +27,7 @@ spec:
|
|||||||
values:
|
values:
|
||||||
controller:
|
controller:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
strategy: RollingUpdate
|
strategy: Recreate
|
||||||
image:
|
image:
|
||||||
repository: caddy
|
repository: caddy
|
||||||
tag: 2.5.2-alpine
|
tag: 2.5.2-alpine
|
||||||
|
@@ -29,7 +29,7 @@ spec:
|
|||||||
values:
|
values:
|
||||||
controller:
|
controller:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
strategy: RollingUpdate
|
strategy: Recreate
|
||||||
image:
|
image:
|
||||||
repository: wallabag/wallabag
|
repository: wallabag/wallabag
|
||||||
tag: 2.5.1
|
tag: 2.5.1
|
||||||
|
Reference in New Issue
Block a user