mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 07:10:14 +00:00
wip(netbird): don't use legacy grpc port for signal
Signed-off-by: Vegard Hagen <[email protected]>
This commit is contained in:
@@ -12,8 +12,8 @@ spec:
|
|||||||
- backendRefs: [ { name: management, port: 80 } ]
|
- backendRefs: [ { name: management, port: 80 } ]
|
||||||
matches:
|
matches:
|
||||||
- headers: [ { name: Content-Type, value: application/grpc } ]
|
- headers: [ { name: Content-Type, value: application/grpc } ]
|
||||||
- method: { service: management.ManagementService }
|
method: { service: management.ManagementService }
|
||||||
- backendRefs: [ { name: signal, port: 10000 } ]
|
- backendRefs: [ { name: signal, port: 80 } ]
|
||||||
matches:
|
matches:
|
||||||
- headers: [ { name: Content-Type, value: application/grpc } ]
|
- headers: [ { name: Content-Type, value: application/grpc } ]
|
||||||
- method: { service: signalexchange.SignalExchange }
|
method: { service: signalexchange.SignalExchange }
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ configMapGenerator:
|
|||||||
namespace: netbird
|
namespace: netbird
|
||||||
literals:
|
literals:
|
||||||
- LOG_LEVEL="info"
|
- LOG_LEVEL="info"
|
||||||
- DNS_DOMAIN="stonegarden.dev"
|
- DNS_DOMAIN="stonegarden.netbird"
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- deployment.yaml
|
- deployment.yaml
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ spec:
|
|||||||
- name: http
|
- name: http
|
||||||
port: 80
|
port: 80
|
||||||
targetPort: http
|
targetPort: http
|
||||||
# appProtocol: kubernetes.io/h2c
|
appProtocol: kubernetes.io/h2c
|
||||||
- name: grpc
|
- name: grpc
|
||||||
port: 10000
|
port: 10000
|
||||||
targetPort: legacy-grpc
|
targetPort: legacy-grpc
|
||||||
|
|||||||
Reference in New Issue
Block a user