fix svcs and ports for mrtc

This commit is contained in:
Alexander Rogov
2026-06-14 15:54:05 +03:00
parent b79bda61e9
commit bee3f4d019
4 changed files with 62 additions and 5 deletions

View File

@@ -31,6 +31,8 @@ spec:
- "--metrics.prometheus=true"
- "--metrics.prometheus.entrypoint=metrics"
- "--entryPoints.ssh.address=:2222/tcp"
- "--entryPoints.rtc-tcp-mrt0rtikize.address=:30009/tcp"
- "--entryPoints.rtc-udp-mrt0rtikize.address=:30008/udp"
- "--providers.kubernetesingress.ingressclass=traefik"
- "--providers.kubernetesingress.ingressendpoint.publishedservice=traefik/traefik"
- "--accesslog=true"
@@ -55,6 +57,18 @@ spec:
protocol: TCP
expose:
default: true
rtc-tcp-mrt0rtikize:
port: 30009
exposedPort: 30009
protocol: TCP
expose:
default: true
rtc-udp-mrt0rtikize:
port: 30008
exposedPort: 30008
protocol: UDP
expose:
default: true
metrics:
port: 9100
expose: