rosdump: Fix NetworkPolicies for in-kube Gitea

This commit is contained in:
Lauri Võsandi 2023-08-16 11:35:41 +03:00
parent d6a1d48c03
commit d4d44bc6d3
1 changed files with 4 additions and 5 deletions

View File

@ -98,15 +98,14 @@ spec:
- Egress
egress:
- to:
- ipBlock:
cidr: 193.40.103.0/24
- namespaceSelector:
matchLabels:
kubernetes.io/metadata.name: gitea
- ipBlock:
cidr: 172.23.0.0/24
- ipBlock:
cidr: 100.102.1.0/24
ports:
- protocol: TCP
port: 22
---
apiVersion: monitoring.coreos.com/v1
kind: PrometheusRule