Skip to content

Commit 6e9313c

Browse files
committed
Remove replica count and shell command
1 parent 148450b commit 6e9313c

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

charts/templates/statefulset.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,9 @@ spec:
4343
key: password
4444
- name: MARKLOGIC_INIT
4545
value: "true"
46-
- name: REPLICA_COUNT
47-
value: {{ .Values.replicaCount | quote }}
4846
envFrom:
4947
- configMapRef:
5048
name: {{ include "marklogic.fullname" . }}
51-
command:
52-
- /bin/sh
53-
- -c
54-
- |
55-
echo "====Running Start Marklogic Script";
56-
sh /usr/local/bin/start-marklogic.sh;
57-
echo "====Running Start Marklogic Script Complete, Marking Pod as Ready";
58-
sudo touch /var/opt/MarkLogic/ready;
5949
ports:
6050
- containerPort: 7997
6151
name: health-check

0 commit comments

Comments
 (0)