Make Longhorn UI Listen Binding configurable
Longhorn 3829 Signed-off-by: Siye Wang <siye@rancher.com>
This commit is contained in:
parent
8512678932
commit
045f94086d
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user