Loading helm/01_capif_db/charts/mongo-register/templates/deployment.yaml +5 −10 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ spec: image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}" imagePullPolicy: {{ .Values.image.pullPolicy }} ports: - name: mongo - name: http containerPort: {{ .Values.service.port }} protocol: TCP env: Loading @@ -45,11 +45,6 @@ spec: value: {{ quote .Values.env.mongoInitdbRootPassword }} - name: MONGO_INITDB_ROOT_USERNAME value: {{ quote .Values.env.mongoInitdbRootUsername }} command: - mongod args: - --bind_ip_all - --auth livenessProbe: {{- toYaml .Values.livenessProbe | nindent 12 }} readinessProbe: Loading helm/01_capif_db/charts/mongo-register/values.yaml +0 −1 Original line number Diff line number Diff line Loading @@ -83,7 +83,6 @@ livenessProbe: readinessProbe: tcpSocket: port: 27017 initialDelaySeconds: 20 periodSeconds: 5 autoscaling: Loading helm/01_capif_db/charts/mongo/templates/deployment.yaml +5 −10 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ spec: image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}" imagePullPolicy: {{ .Values.image.pullPolicy }} ports: - name: mongo - name: http containerPort: {{ .Values.service.port }} protocol: TCP env: Loading @@ -45,11 +45,6 @@ spec: value: {{ quote .Values.env.mongoInitdbRootPassword }} - name: MONGO_INITDB_ROOT_USERNAME value: {{ quote .Values.env.mongoInitdbRootUsername }} command: - mongod args: - --bind_ip_all - --auth livenessProbe: {{- toYaml .Values.livenessProbe | nindent 12 }} readinessProbe: Loading helm/01_capif_db/charts/mongo/values.yaml +0 −1 Original line number Diff line number Diff line Loading @@ -90,7 +90,6 @@ livenessProbe: readinessProbe: tcpSocket: port: 27017 initialDelaySeconds: 20 periodSeconds: 5 autoscaling: Loading helm/02_capif_db_express/charts/mongo-express/templates/deployment.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ spec: protocol: TCP env: - name: ME_CONFIG_MONGODB_ENABLE_ADMIN value: {{ .Values.env.meConfigMongodbEnableAdmin }} value: {{ quote .Values.env.meConfigMongodbEnableAdmin }} - name: ME_CONFIG_BASICAUTH_USERNAME value: {{ quote .Values.env.meConfigBasicauthUsername }} - name: ME_CONFIG_BASICAUTH_PASSWORD Loading Loading
helm/01_capif_db/charts/mongo-register/templates/deployment.yaml +5 −10 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ spec: image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}" imagePullPolicy: {{ .Values.image.pullPolicy }} ports: - name: mongo - name: http containerPort: {{ .Values.service.port }} protocol: TCP env: Loading @@ -45,11 +45,6 @@ spec: value: {{ quote .Values.env.mongoInitdbRootPassword }} - name: MONGO_INITDB_ROOT_USERNAME value: {{ quote .Values.env.mongoInitdbRootUsername }} command: - mongod args: - --bind_ip_all - --auth livenessProbe: {{- toYaml .Values.livenessProbe | nindent 12 }} readinessProbe: Loading
helm/01_capif_db/charts/mongo-register/values.yaml +0 −1 Original line number Diff line number Diff line Loading @@ -83,7 +83,6 @@ livenessProbe: readinessProbe: tcpSocket: port: 27017 initialDelaySeconds: 20 periodSeconds: 5 autoscaling: Loading
helm/01_capif_db/charts/mongo/templates/deployment.yaml +5 −10 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ spec: image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}" imagePullPolicy: {{ .Values.image.pullPolicy }} ports: - name: mongo - name: http containerPort: {{ .Values.service.port }} protocol: TCP env: Loading @@ -45,11 +45,6 @@ spec: value: {{ quote .Values.env.mongoInitdbRootPassword }} - name: MONGO_INITDB_ROOT_USERNAME value: {{ quote .Values.env.mongoInitdbRootUsername }} command: - mongod args: - --bind_ip_all - --auth livenessProbe: {{- toYaml .Values.livenessProbe | nindent 12 }} readinessProbe: Loading
helm/01_capif_db/charts/mongo/values.yaml +0 −1 Original line number Diff line number Diff line Loading @@ -90,7 +90,6 @@ livenessProbe: readinessProbe: tcpSocket: port: 27017 initialDelaySeconds: 20 periodSeconds: 5 autoscaling: Loading
helm/02_capif_db_express/charts/mongo-express/templates/deployment.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ spec: protocol: TCP env: - name: ME_CONFIG_MONGODB_ENABLE_ADMIN value: {{ .Values.env.meConfigMongodbEnableAdmin }} value: {{ quote .Values.env.meConfigMongodbEnableAdmin }} - name: ME_CONFIG_BASICAUTH_USERNAME value: {{ quote .Values.env.meConfigBasicauthUsername }} - name: ME_CONFIG_BASICAUTH_PASSWORD Loading