Change wekan location
This commit is contained in:
parent
2a68a58756
commit
9a976f791e
1 changed files with 3 additions and 3 deletions
|
@ -23,10 +23,10 @@ ports:
|
||||||
- name: http
|
- name: http
|
||||||
appProtocol: http
|
appProtocol: http
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
port: 3453
|
port: 8080
|
||||||
endpoints:
|
endpoints:
|
||||||
- addresses:
|
- addresses:
|
||||||
- "192.168.0.12"
|
- "192.168.0.99"
|
||||||
conditions:
|
conditions:
|
||||||
ready: true
|
ready: true
|
||||||
...
|
...
|
||||||
|
@ -78,7 +78,7 @@ spec:
|
||||||
addresses:
|
addresses:
|
||||||
- 0.0.0.0/0
|
- 0.0.0.0/0
|
||||||
ports:
|
ports:
|
||||||
- number: 3453
|
- number: 8080
|
||||||
name: kanban
|
name: kanban
|
||||||
protocol: HTTP
|
protocol: HTTP
|
||||||
location: MESH_EXTERNAL
|
location: MESH_EXTERNAL
|
||||||
|
|
Loading…
Reference in a new issue