From 543b7c688855e25c782cd56edda0dbcdd508afeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Sat, 20 Apr 2019 12:28:16 +0200 Subject: [PATCH] Configure neo4j deployment to have 1 pod max --- deployment/human-connection/deployment-neo4j.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deployment/human-connection/deployment-neo4j.yaml b/deployment/human-connection/deployment-neo4j.yaml index 2c76a3322..5b89b3656 100644 --- a/deployment/human-connection/deployment-neo4j.yaml +++ b/deployment/human-connection/deployment-neo4j.yaml @@ -6,6 +6,10 @@ namespace: human-connection spec: replicas: 1 + strategy: + rollingUpdate: + maxSurge: 0 + maxUnavailable: "100%" selector: matchLabels: human-connection.org/selector: deployment-human-connection-neo4j