Make Longhorn UI Listen Binding configurable

Longhorn 3829

Signed-off-by: Siye Wang <siye@rancher.com>
This commit is contained in:
Siye Wang 2022-04-11 15:46:38 +08:00 committed by David Ko
parent 8512678932
commit 045f94086d
2 changed files with 4 additions and 0 deletions

View File

@ -32,6 +32,8 @@ spec:
env:
- name: LONGHORN_MANAGER_IP
value: "http://longhorn-backend:9500"
- name: LONGHORN_UI_PORT
value: "8000"
volumes:
- emptyDir: {}
name: nginx-cache

View File

@ -3415,6 +3415,8 @@ spec:
env:
- name: LONGHORN_MANAGER_IP
value: "http://longhorn-backend:9500"
- name: LONGHORN_UI_PORT
value: "8000"
volumes:
- emptyDir: {}
name: nginx-cache