Update networkpolicy.yaml
Harmonizing indent of the yaml to be equal in formatting to other code examples in network-policies.mdpull/44503/head
parent
7b4c3a52db
commit
f04d1d603d
|
@ -8,28 +8,28 @@ spec:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
role: db
|
role: db
|
||||||
policyTypes:
|
policyTypes:
|
||||||
- Ingress
|
- Ingress
|
||||||
- Egress
|
- Egress
|
||||||
ingress:
|
ingress:
|
||||||
- from:
|
- from:
|
||||||
- ipBlock:
|
- ipBlock:
|
||||||
cidr: 172.17.0.0/16
|
cidr: 172.17.0.0/16
|
||||||
except:
|
except:
|
||||||
- 172.17.1.0/24
|
- 172.17.1.0/24
|
||||||
- namespaceSelector:
|
- namespaceSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
project: myproject
|
project: myproject
|
||||||
- podSelector:
|
- podSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
role: frontend
|
role: frontend
|
||||||
ports:
|
ports:
|
||||||
- protocol: TCP
|
- protocol: TCP
|
||||||
port: 6379
|
port: 6379
|
||||||
egress:
|
egress:
|
||||||
- to:
|
- to:
|
||||||
- ipBlock:
|
- ipBlock:
|
||||||
cidr: 10.0.0.0/24
|
cidr: 10.0.0.0/24
|
||||||
ports:
|
ports:
|
||||||
- protocol: TCP
|
- protocol: TCP
|
||||||
port: 5978
|
port: 5978
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue