Parcourir la source

2 replicas and add RollingUpdate

kiloreux il y a 5 ans
Parent
commit
cd378e6be0

+ 3 - 1
packages/@uppy/companion/infra/kube/companion/companion-kube.yaml

@@ -22,7 +22,9 @@ spec:
   selector:
     matchLabels:
       app: companion
-  replicas: 1
+  replicas: 2
+  updateStrategy:
+    type: RollingUpdate
   serviceName: "companion"
   template:
     metadata: