X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fcds%2Fcharts%2Fcds-ui%2Ftemplates%2Fdeployment.yaml;h=79cffd16da947fcadfdbaa842c662388e7074225;hb=d622ece51e323fe4586a85d81bf014bfa61bca40;hp=021a6a942531d9a7f35b483811cc6cc9eaef4613;hpb=1b9848822827bcf68f5573ab2b664b8c73ef0f7b;p=oom.git diff --git a/kubernetes/cds/charts/cds-ui/templates/deployment.yaml b/kubernetes/cds/charts/cds-ui/templates/deployment.yaml index 021a6a9425..79cffd16da 100644 --- a/kubernetes/cds/charts/cds-ui/templates/deployment.yaml +++ b/kubernetes/cds/charts/cds-ui/templates/deployment.yaml @@ -21,7 +21,7 @@ metadata: labels: app: {{ include "common.name" . }} chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }} - release: {{ .Release.Name }} + release: {{ include "common.release" . }} heritage: {{ .Release.Service }} spec: replicas: {{ .Values.replicaCount }} @@ -29,7 +29,7 @@ spec: metadata: labels: app: {{ include "common.name" . }} - release: {{ .Release.Name }} + release: {{ include "common.release" . }} name: {{ include "common.fullname" . }} spec: containers: @@ -51,19 +51,19 @@ spec: - name: HOST value: 0.0.0.0 - name: APP_ACTION_DEPLOY_BLUEPRINT_GRPC_ENABLED - value: {{ .Values.config.app.action.deployBlueprint.grpcEnabled }} + value: "{{ .Values.config.app.action.deployBlueprint.grpcEnabled }}" - name: API_BLUEPRINT_CONTROLLER_HTTP_BASE_URL value: {{ .Values.config.api.controller.http.baseUrl }} - name: API_BLUEPRINT_CONTROLLER_HTTP_AUTH_TOKEN value: {{ .Values.config.api.controller.http.authToken }} - - name: API_BLUEPRINT_PROCESSOR_HHTP_BASE_URL + - name: API_BLUEPRINT_PROCESSOR_HTTP_BASE_URL value: {{ .Values.config.api.processor.http.baseUrl }} - name: API_BLUEPRINT_PROCESSOR_HTTP_AUTH_TOKEN value: {{ .Values.config.api.processor.http.authToken }} - name: API_BLUEPRINT_PROCESSOR_GRPC_HOST value: {{ .Values.config.api.processor.grpc.host }} - name: API_BLUEPRINT_PROCESSOR_GRPC_PORT - value: {{ .Values.config.api.processor.grpc.port }} + value: "{{ .Values.config.api.processor.grpc.port }}" - name: API_BLUEPRINT_PROCESSOR_GRPC_AUTH_TOKEN value: {{ .Values.config.api.processor.grpc.authToken }} readinessProbe: