aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/cds/components/cds-ui/templates/deployment.yaml
diff options
context:
space:
mode:
authorLukasz Rajewski <lukasz.rajewski@t-mobile.pl>2023-10-02 17:04:40 +0200
committerAndreas Geissler <andreas-geissler@telekom.de>2023-11-14 14:24:12 +0100
commitb5e285018790c9e40b4e8434a05153c422a129ce (patch)
treec2c2bd797c59f27f0a9935c46360546b3020ce9e /kubernetes/cds/components/cds-ui/templates/deployment.yaml
parenteebb77d435b870f92e70a9d6bcd98953b02bdc32 (diff)
[CDS] Bump CDS version to 1.5.3
Bug fixes related with UATesting and added PROTOCOL "http" for cds-ui Issue-ID: CCSDK-3934 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> Change-Id: I91526c358c83d06bca694b794b5efe62f4cc4c75
Diffstat (limited to 'kubernetes/cds/components/cds-ui/templates/deployment.yaml')
-rw-r--r--kubernetes/cds/components/cds-ui/templates/deployment.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/kubernetes/cds/components/cds-ui/templates/deployment.yaml b/kubernetes/cds/components/cds-ui/templates/deployment.yaml
index 6887e6710e..225ee4c5e7 100644
--- a/kubernetes/cds/components/cds-ui/templates/deployment.yaml
+++ b/kubernetes/cds/components/cds-ui/templates/deployment.yaml
@@ -41,6 +41,8 @@ spec:
env:
- name: HOST
value: 0.0.0.0
+ - name: PROTOCOL
+ value: "{{ .Values.config.env.protocol }}"
- name: APP_ACTION_DEPLOY_BLUEPRINT_GRPC_ENABLED
value: "{{ .Values.config.app.action.deployBlueprint.grpcEnabled }}"
- name: API_BLUEPRINT_CONTROLLER_HTTP_BASE_URL