Files
2025-12-04 15:33:43 +00:00

34 lines
569 B
YAML

---
apiVersion: v1
kind: Service
metadata:
name: otbr-lb
namespace: otbr
labels:
appName: otbr
spec:
ports:
- protocol: TCP
port: 80
targetPort: 80
name: otbr-web
- protocol: UDP
port: 80
targetPort: 80
name: otbr-web-udp
- protocol: UDP
port: 5353
targetPort: 5353
- protocol: UDP
port: 49153
targetPort: 49153
- protocol: UDP
port: 5180
targetPort: 5180
- protocol: UDP
port: 5683
targetPort: 5683
selector:
app: deconz
type: LoadBalancer