chore(coturn): automated TURN shared-secret rotation #46

Closed
sorb wants to merge 76 commits from turn-secret-rotation-20260801-020001 into main
Showing only changes of commit cf24a1a396 - Show all commits
+4 -2
View File
@@ -38,10 +38,12 @@ spec:
matchLabels:
kubernetes.io/metadata.name: matrix
ports:
# NetworkPolicy matches the pod's actual container port, not the Service's
# external port - the authentik-server Service maps 80->9000, 443->9443.
- protocol: TCP
port: 80
port: 9000
- protocol: TCP
port: 443
port: 9443
---
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy