Loading helm/capif/charts/ocf-register/templates/deployment.yaml +2 −0 Original line number Diff line number Diff line Loading @@ -53,6 +53,8 @@ spec: value: {{ quote .Values.env.logLevel }} - name: TIMEOUT value: {{ quote .Values.env.timeout }} - name: REGISTER_HOSTNAME value: {{ quote .Values.env.registerHostname }} 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 @@ -21,6 +21,7 @@ env: vaultPort: 8200 vaultAccessToken: dev-only-token capifHostname: capif-test.example.int registerHostname: register.example.int logLevel: "INFO" timeout: "30" Loading Loading
helm/capif/charts/ocf-register/templates/deployment.yaml +2 −0 Original line number Diff line number Diff line Loading @@ -53,6 +53,8 @@ spec: value: {{ quote .Values.env.logLevel }} - name: TIMEOUT value: {{ quote .Values.env.timeout }} - name: REGISTER_HOSTNAME value: {{ quote .Values.env.registerHostname }} 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 @@ -21,6 +21,7 @@ env: vaultPort: 8200 vaultAccessToken: dev-only-token capifHostname: capif-test.example.int registerHostname: register.example.int logLevel: "INFO" timeout: "30" Loading