feat(ingress): add detection pipeline config and metrics port

- Add DDoS, scanner, and rate limiter configuration to pingora-config
- Add kubernetes config section with configurable namespace/resource names
- Expose metrics port 9090 on deployment and service
This commit is contained in:
2026-03-08 20:37:49 +00:00
parent f3faf31d4b
commit 7c1676d2b9
3 changed files with 101 additions and 20 deletions

View File

@@ -34,6 +34,9 @@ spec:
- name: ssh
containerPort: 22
protocol: TCP
- name: metrics
containerPort: 9090
protocol: TCP
- name: turn-udp
containerPort: 3478
protocol: UDP