Skip to content

Commit ef17108

Browse files
committed
add the envVar 'protocol' to the bridge deployment script
1 parent 181ca45 commit ef17108

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

example_deployment_scripts/bridge_deployment/bridge-deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ spec:
6363
value: "tls.crt"
6464
- name: PORT
6565
value: "8443"
66+
- name: PROTOCOL
67+
value: "https"
6668
imagePullPolicy: Always
6769
ports:
6870
- name: http

0 commit comments

Comments
 (0)