forked from k-space/kube
		
	rosdump: Fix NetworkPolicies for in-kube Gitea
This commit is contained in:
		| @@ -98,15 +98,14 @@ spec: | |||||||
|   - Egress |   - Egress | ||||||
|   egress: |   egress: | ||||||
|   - to: |   - to: | ||||||
|     - ipBlock: |     - namespaceSelector: | ||||||
|         cidr: 193.40.103.0/24 |         matchLabels: | ||||||
|  |           kubernetes.io/metadata.name: gitea | ||||||
|     - ipBlock: |     - ipBlock: | ||||||
|         cidr: 172.23.0.0/24 |         cidr: 172.23.0.0/24 | ||||||
|     - ipBlock: |     - ipBlock: | ||||||
|         cidr: 100.102.1.0/24 |         cidr: 100.102.1.0/24 | ||||||
|     ports: |  | ||||||
|     - protocol: TCP |  | ||||||
|       port: 22 |  | ||||||
| --- | --- | ||||||
| apiVersion: monitoring.coreos.com/v1 | apiVersion: monitoring.coreos.com/v1 | ||||||
| kind: PrometheusRule | kind: PrometheusRule | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user