Loading helm/capif/charts/mock-server/templates/deployment.yaml +3 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,9 @@ spec: - name: http containerPort: {{ .Values.service.port }} protocol: TCP env: - name: LOG_LEVEL value: {{ quote .Values.env.logLevel }} livenessProbe: {{- toYaml .Values.livenessProbe | nindent 12 }} readinessProbe: Loading helm/capif/charts/mock-server/values.yaml +3 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,9 @@ imagePullSecrets: [] nameOverride: "" fullnameOverride: "" env: logLevel: "INFO" serviceAccount: # Specifies whether a service account should be created create: true Loading helm/capif/charts/nginx/templates/deployment.yaml +2 −0 Original line number Diff line number Diff line Loading @@ -48,6 +48,8 @@ spec: value: {{ quote .Values.env.vaultPort }} - name: VAULT_ACCESS_TOKEN value: {{ quote .Values.env.vaultAccessToken }} - name: LOG_LEVEL value: {{ quote .Values.env.logLevel }} livenessProbe: {{- toYaml .Values.livenessProbe | nindent 12 }} readinessProbe: Loading helm/capif/charts/nginx/values.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,7 @@ env: vaultHostname: vault-internal.mon.svc.cluster.local vaultPort: 8200 vaultAccessToken: dev-only-token logLevel: "info" serviceAccount: # Specifies whether a service account should be created Loading helm/capif/charts/ocf-access-control-policy/templates/deployment.yaml +2 −0 Original line number Diff line number Diff line Loading @@ -43,6 +43,8 @@ spec: value: {{ quote .Values.env.capifHostname }} - name: MONITORING value: {{ quote .Values.env.monitoring }} - name: LOG_LEVEL value: {{ quote .Values.env.logLevel }} livenessProbe: {{- toYaml .Values.livenessProbe | nindent 12 }} readinessProbe: Loading Loading
helm/capif/charts/mock-server/templates/deployment.yaml +3 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,9 @@ spec: - name: http containerPort: {{ .Values.service.port }} protocol: TCP env: - name: LOG_LEVEL value: {{ quote .Values.env.logLevel }} livenessProbe: {{- toYaml .Values.livenessProbe | nindent 12 }} readinessProbe: Loading
helm/capif/charts/mock-server/values.yaml +3 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,9 @@ imagePullSecrets: [] nameOverride: "" fullnameOverride: "" env: logLevel: "INFO" serviceAccount: # Specifies whether a service account should be created create: true Loading
helm/capif/charts/nginx/templates/deployment.yaml +2 −0 Original line number Diff line number Diff line Loading @@ -48,6 +48,8 @@ spec: value: {{ quote .Values.env.vaultPort }} - name: VAULT_ACCESS_TOKEN value: {{ quote .Values.env.vaultAccessToken }} - name: LOG_LEVEL value: {{ quote .Values.env.logLevel }} livenessProbe: {{- toYaml .Values.livenessProbe | nindent 12 }} readinessProbe: Loading
helm/capif/charts/nginx/values.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,7 @@ env: vaultHostname: vault-internal.mon.svc.cluster.local vaultPort: 8200 vaultAccessToken: dev-only-token logLevel: "info" serviceAccount: # Specifies whether a service account should be created Loading
helm/capif/charts/ocf-access-control-policy/templates/deployment.yaml +2 −0 Original line number Diff line number Diff line Loading @@ -43,6 +43,8 @@ spec: value: {{ quote .Values.env.capifHostname }} - name: MONITORING value: {{ quote .Values.env.monitoring }} - name: LOG_LEVEL value: {{ quote .Values.env.logLevel }} livenessProbe: {{- toYaml .Values.livenessProbe | nindent 12 }} readinessProbe: Loading