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

@@ -16,6 +16,10 @@ spec:
port: 443
targetPort: 443
protocol: TCP
- name: metrics
port: 9090
targetPort: 9090
protocol: TCP
- name: turn-udp
port: 3478
targetPort: 3478