aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/cds/components/cds-ui/templates/deployment.yaml
diff options
context:
space:
mode:
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