Loading helm/01_capif_db/charts/mongo-register/templates/deployment.yaml +5 −5 Original line number Diff line number Diff line Loading @@ -45,11 +45,11 @@ spec: value: {{ quote .Values.env.mongoInitdbRootPassword }} - name: MONGO_INITDB_ROOT_USERNAME value: {{ quote .Values.env.mongoInitdbRootUsername }} command: ["mongod"] command: - mongod args: - "--bind_ip_all" - "--auth" - "--fork=false" - --bind_ip_all - --auth livenessProbe: {{- toYaml .Values.livenessProbe | nindent 12 }} readinessProbe: Loading helm/01_capif_db/charts/mongo/templates/deployment.yaml +5 −5 Original line number Diff line number Diff line Loading @@ -45,11 +45,11 @@ spec: value: {{ quote .Values.env.mongoInitdbRootPassword }} - name: MONGO_INITDB_ROOT_USERNAME value: {{ quote .Values.env.mongoInitdbRootUsername }} command: ["mongod"] command: - mongod args: - "--bind_ip_all" - "--auth" - "--fork=false" - --bind_ip_all - --auth livenessProbe: {{- toYaml .Values.livenessProbe | nindent 12 }} readinessProbe: Loading Loading
helm/01_capif_db/charts/mongo-register/templates/deployment.yaml +5 −5 Original line number Diff line number Diff line Loading @@ -45,11 +45,11 @@ spec: value: {{ quote .Values.env.mongoInitdbRootPassword }} - name: MONGO_INITDB_ROOT_USERNAME value: {{ quote .Values.env.mongoInitdbRootUsername }} command: ["mongod"] command: - mongod args: - "--bind_ip_all" - "--auth" - "--fork=false" - --bind_ip_all - --auth livenessProbe: {{- toYaml .Values.livenessProbe | nindent 12 }} readinessProbe: Loading
helm/01_capif_db/charts/mongo/templates/deployment.yaml +5 −5 Original line number Diff line number Diff line Loading @@ -45,11 +45,11 @@ spec: value: {{ quote .Values.env.mongoInitdbRootPassword }} - name: MONGO_INITDB_ROOT_USERNAME value: {{ quote .Values.env.mongoInitdbRootUsername }} command: ["mongod"] command: - mongod args: - "--bind_ip_all" - "--auth" - "--fork=false" - --bind_ip_all - --auth livenessProbe: {{- toYaml .Values.livenessProbe | nindent 12 }} readinessProbe: Loading