Skip to content

Commit 7dcff60

Browse files
committed
updated sample vault deployment spec
1 parent 6a5fc61 commit 7dcff60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

connectors/postgres/k8s-docs/vault/redis-connect-postgres-start.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
app: redis-connect-postgres # deployment label
77

88
spec:
9-
replicas: 1 # replicas for HA
9+
replicas: 2 # replicas for HA
1010
selector:
1111
matchLabels:
1212
app: redis-connect-postgres # which pods is the deployment managing, as defined by the pod template
@@ -47,8 +47,8 @@ spec:
4747
- name: redis-connect-postgres # Container name
4848
image: redislabs/redis-connect-postgres:latest
4949
# The following `command` can be leveraged for troubleshooting
50-
command: ["/bin/bash", "-c", "echo $REDISCONNECT_JAVA_OPTIONS; /opt/redislabs/redis-connect-postgres/bin/redisconnect.sh start; while true; do sleep 30; done;"]
51-
# command: ["/opt/redislabs/redis-connect-postgres/bin/redisconnect.sh", "start"]
50+
# command: ["/bin/bash", "-c", "echo $REDISCONNECT_JAVA_OPTIONS; /opt/redislabs/redis-connect-postgres/bin/redisconnect.sh start; while true; do sleep 30; done;"]
51+
command: ["/opt/redislabs/redis-connect-postgres/bin/redisconnect.sh", "start"]
5252
imagePullPolicy: Always # IfNotPresent # Always pull image
5353
resources:
5454
limits:

0 commit comments

Comments
 (0)