Configure neo4j deployment to have 1 pod max

This commit is contained in:
Robert Schäfer 2019-04-20 12:28:16 +02:00
parent c50394630c
commit 543b7c6888

View File

@ -6,6 +6,10 @@
namespace: human-connection namespace: human-connection
spec: spec:
replicas: 1 replicas: 1
strategy:
rollingUpdate:
maxSurge: 0
maxUnavailable: "100%"
selector: selector:
matchLabels: matchLabels:
human-connection.org/selector: deployment-human-connection-neo4j human-connection.org/selector: deployment-human-connection-neo4j