Loading helm/capif/charts/ocf-events/templates/deployment.yaml +2 −0 Original line number Diff line number Diff line Loading @@ -46,6 +46,8 @@ spec: value: {{ quote .Values.env.capifHostname }} - name: LOG_LEVEL value: {{ quote .Values.env.logLevel }} - name: TIMEOUT value: {{ quote .Values.env.timeout }} livenessProbe: {{- toYaml .Values.livenessProbe | nindent 12 }} readinessProbe: Loading helm/capif/charts/ocf-events/values.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,7 @@ env: mongoInitdbRootUsername: root mongoInitdbRootPassword: example logLevel: "INFO" timeout: "30" serviceAccount: # Specifies whether a service account should be created Loading helm/capif/charts/ocf-register/templates/deployment.yaml +2 −0 Original line number Diff line number Diff line Loading @@ -51,6 +51,8 @@ spec: value: {{ quote .Values.env.vaultAccessToken }} - name: LOG_LEVEL value: {{ quote .Values.env.logLevel }} - name: TIMEOUT value: {{ quote .Values.env.timeout }} livenessProbe: {{- toYaml .Values.livenessProbe | nindent 12 }} readinessProbe: Loading helm/capif/charts/ocf-register/values.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,7 @@ env: vaultAccessToken: dev-only-token capifHostname: capif-test.example.int logLevel: "INFO" timeout: "30" serviceAccount: # Specifies whether a service account should be created Loading helm/capif/charts/ocf-security/templates/deployment.yaml +2 −0 Original line number Diff line number Diff line Loading @@ -52,6 +52,8 @@ spec: value: {{ quote .Values.env.vaultAccessToken }} - name: LOG_LEVEL value: {{ quote .Values.env.logLevel }} - name: TIMEOUT value: {{ quote .Values.env.timeout }} livenessProbe: {{- toYaml .Values.livenessProbe | nindent 12 }} readinessProbe: Loading Loading
helm/capif/charts/ocf-events/templates/deployment.yaml +2 −0 Original line number Diff line number Diff line Loading @@ -46,6 +46,8 @@ spec: value: {{ quote .Values.env.capifHostname }} - name: LOG_LEVEL value: {{ quote .Values.env.logLevel }} - name: TIMEOUT value: {{ quote .Values.env.timeout }} livenessProbe: {{- toYaml .Values.livenessProbe | nindent 12 }} readinessProbe: Loading
helm/capif/charts/ocf-events/values.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,7 @@ env: mongoInitdbRootUsername: root mongoInitdbRootPassword: example logLevel: "INFO" timeout: "30" serviceAccount: # Specifies whether a service account should be created Loading
helm/capif/charts/ocf-register/templates/deployment.yaml +2 −0 Original line number Diff line number Diff line Loading @@ -51,6 +51,8 @@ spec: value: {{ quote .Values.env.vaultAccessToken }} - name: LOG_LEVEL value: {{ quote .Values.env.logLevel }} - name: TIMEOUT value: {{ quote .Values.env.timeout }} livenessProbe: {{- toYaml .Values.livenessProbe | nindent 12 }} readinessProbe: Loading
helm/capif/charts/ocf-register/values.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,7 @@ env: vaultAccessToken: dev-only-token capifHostname: capif-test.example.int logLevel: "INFO" timeout: "30" serviceAccount: # Specifies whether a service account should be created Loading
helm/capif/charts/ocf-security/templates/deployment.yaml +2 −0 Original line number Diff line number Diff line Loading @@ -52,6 +52,8 @@ spec: value: {{ quote .Values.env.vaultAccessToken }} - name: LOG_LEVEL value: {{ quote .Values.env.logLevel }} - name: TIMEOUT value: {{ quote .Values.env.timeout }} livenessProbe: {{- toYaml .Values.livenessProbe | nindent 12 }} readinessProbe: Loading