fix: correct entryPoints and loadBalancer server configurations for xiaozhi services
This commit is contained in:
@@ -67,7 +67,7 @@ http:
|
|||||||
service: proxmox01@file
|
service: proxmox01@file
|
||||||
|
|
||||||
xiaozhi_web:
|
xiaozhi_web:
|
||||||
entryPoints
|
entryPoints:
|
||||||
- https
|
- https
|
||||||
rule: Host(`xiaozhi.furyhawk.lol`)
|
rule: Host(`xiaozhi.furyhawk.lol`)
|
||||||
tls:
|
tls:
|
||||||
@@ -75,7 +75,7 @@ http:
|
|||||||
service: xiaozhi_web@file
|
service: xiaozhi_web@file
|
||||||
|
|
||||||
xiaozhi_ota:
|
xiaozhi_ota:
|
||||||
entryPoints
|
entryPoints:
|
||||||
- https
|
- https
|
||||||
rule: Host(`ota.furyhawk.lol`)
|
rule: Host(`ota.furyhawk.lol`)
|
||||||
tls:
|
tls:
|
||||||
@@ -83,7 +83,7 @@ http:
|
|||||||
service: xiaozhi_ota@file
|
service: xiaozhi_ota@file
|
||||||
|
|
||||||
xiaozhi_ws:
|
xiaozhi_ws:
|
||||||
entryPoints
|
entryPoints:
|
||||||
- https
|
- https
|
||||||
rule: Host(`xiaozhi_ws.furyhawk.lol`)
|
rule: Host(`xiaozhi_ws.furyhawk.lol`)
|
||||||
tls:
|
tls:
|
||||||
@@ -128,15 +128,15 @@ http:
|
|||||||
|
|
||||||
xiaozhi_web:
|
xiaozhi_web:
|
||||||
loadBalancer:
|
loadBalancer:
|
||||||
servers
|
servers:
|
||||||
- url: http://192.168.50.44:8002
|
- url: http://192.168.50.44:8002
|
||||||
|
|
||||||
xiaozhi_ota:
|
xiaozhi_ota:
|
||||||
loadBalancer:
|
loadBalancer:
|
||||||
servers
|
servers:
|
||||||
- url: http://192.168.50.44:8002/xiaozhi/ota/
|
- url: http://192.168.50.44:8002/xiaozhi/ota/
|
||||||
|
|
||||||
xiaozhi_ws:
|
xiaozhi_ws:
|
||||||
loadBalancer:
|
loadBalancer:
|
||||||
servers
|
servers:
|
||||||
- url: ws://192.168.50.44:8033/xiaozhi/v1/
|
- url: ws://192.168.50.44:8033/xiaozhi/v1/
|
||||||
Reference in New Issue
Block a user