Commit c1684fe5 authored by Jorge Moratinos's avatar Jorge Moratinos
Browse files

Add new args on deployment for mongo

parent 95a8648e
Loading
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -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:
+5 −5
Original line number Diff line number Diff line
@@ -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: