Loading helm/capif/charts/mock-server/templates/deployment.yaml +3 −0 Original line number Original line Diff line number Diff line Loading @@ -41,6 +41,9 @@ spec: - name: http - name: http containerPort: {{ .Values.service.port }} containerPort: {{ .Values.service.port }} protocol: TCP protocol: TCP env: - name: LOG_LEVEL value: {{ quote .Values.env.logLevel }} livenessProbe: livenessProbe: {{- toYaml .Values.livenessProbe | nindent 12 }} {{- toYaml .Values.livenessProbe | nindent 12 }} readinessProbe: readinessProbe: Loading helm/capif/charts/mock-server/values.yaml +3 −0 Original line number Original line Diff line number Diff line Loading @@ -16,6 +16,9 @@ imagePullSecrets: [] nameOverride: "" nameOverride: "" fullnameOverride: "" fullnameOverride: "" env: logLevel: "INFO" serviceAccount: serviceAccount: # Specifies whether a service account should be created # Specifies whether a service account should be created create: true create: true Loading helm/capif/charts/mongo/templates/deployment.yaml +0 −6 Original line number Original line Diff line number Diff line Loading @@ -40,12 +40,6 @@ spec: - name: http - name: http containerPort: {{ .Values.service.port }} containerPort: {{ .Values.service.port }} protocol: TCP protocol: TCP args: - mongod - "--setParameter" - "diagnosticDataCollectionEnabled=true" - "--setParameter" - "logComponentVerbosity={default: {verbosity: {{ .Values.env.mongoLeveLog }} }}" env: env: - name: MONGO_INITDB_ROOT_PASSWORD - name: MONGO_INITDB_ROOT_PASSWORD value: {{ quote .Values.env.mongoInitdbRootPassword }} value: {{ quote .Values.env.mongoInitdbRootPassword }} Loading helm/capif/charts/mongo/values.yaml +0 −2 Original line number Original line Diff line number Diff line Loading @@ -17,8 +17,6 @@ fullnameOverride: "" env: env: mongoInitdbRootPassword: example mongoInitdbRootPassword: example mongoInitdbRootUsername: root mongoInitdbRootUsername: root # log level host 0-5. 0 min log level. 5 the max log level mongoLeveLog: 0 serviceAccount: serviceAccount: # Specifies whether a service account should be created # Specifies whether a service account should be created Loading helm/capif/charts/ocf-access-control-policy/templates/deployment.yaml +2 −0 Original line number Original line Diff line number Diff line Loading @@ -43,6 +43,8 @@ spec: value: {{ quote .Values.env.capifHostname }} value: {{ quote .Values.env.capifHostname }} - name: MONITORING - name: MONITORING value: {{ quote .Values.env.monitoring }} value: {{ quote .Values.env.monitoring }} - name: LOG_LEVEL value: {{ quote .Values.env.logLevel }} livenessProbe: livenessProbe: {{- toYaml .Values.livenessProbe | nindent 12 }} {{- toYaml .Values.livenessProbe | nindent 12 }} readinessProbe: readinessProbe: Loading Loading
helm/capif/charts/mock-server/templates/deployment.yaml +3 −0 Original line number Original line Diff line number Diff line Loading @@ -41,6 +41,9 @@ spec: - name: http - name: http containerPort: {{ .Values.service.port }} containerPort: {{ .Values.service.port }} protocol: TCP protocol: TCP env: - name: LOG_LEVEL value: {{ quote .Values.env.logLevel }} livenessProbe: livenessProbe: {{- toYaml .Values.livenessProbe | nindent 12 }} {{- toYaml .Values.livenessProbe | nindent 12 }} readinessProbe: readinessProbe: Loading
helm/capif/charts/mock-server/values.yaml +3 −0 Original line number Original line Diff line number Diff line Loading @@ -16,6 +16,9 @@ imagePullSecrets: [] nameOverride: "" nameOverride: "" fullnameOverride: "" fullnameOverride: "" env: logLevel: "INFO" serviceAccount: serviceAccount: # Specifies whether a service account should be created # Specifies whether a service account should be created create: true create: true Loading
helm/capif/charts/mongo/templates/deployment.yaml +0 −6 Original line number Original line Diff line number Diff line Loading @@ -40,12 +40,6 @@ spec: - name: http - name: http containerPort: {{ .Values.service.port }} containerPort: {{ .Values.service.port }} protocol: TCP protocol: TCP args: - mongod - "--setParameter" - "diagnosticDataCollectionEnabled=true" - "--setParameter" - "logComponentVerbosity={default: {verbosity: {{ .Values.env.mongoLeveLog }} }}" env: env: - name: MONGO_INITDB_ROOT_PASSWORD - name: MONGO_INITDB_ROOT_PASSWORD value: {{ quote .Values.env.mongoInitdbRootPassword }} value: {{ quote .Values.env.mongoInitdbRootPassword }} Loading
helm/capif/charts/mongo/values.yaml +0 −2 Original line number Original line Diff line number Diff line Loading @@ -17,8 +17,6 @@ fullnameOverride: "" env: env: mongoInitdbRootPassword: example mongoInitdbRootPassword: example mongoInitdbRootUsername: root mongoInitdbRootUsername: root # log level host 0-5. 0 min log level. 5 the max log level mongoLeveLog: 0 serviceAccount: serviceAccount: # Specifies whether a service account should be created # Specifies whether a service account should be created Loading
helm/capif/charts/ocf-access-control-policy/templates/deployment.yaml +2 −0 Original line number Original line Diff line number Diff line Loading @@ -43,6 +43,8 @@ spec: value: {{ quote .Values.env.capifHostname }} value: {{ quote .Values.env.capifHostname }} - name: MONITORING - name: MONITORING value: {{ quote .Values.env.monitoring }} value: {{ quote .Values.env.monitoring }} - name: LOG_LEVEL value: {{ quote .Values.env.logLevel }} livenessProbe: livenessProbe: {{- toYaml .Values.livenessProbe | nindent 12 }} {{- toYaml .Values.livenessProbe | nindent 12 }} readinessProbe: readinessProbe: Loading