Added missing list structure in example NetworkPolicy

Fixes #801
This commit is contained in:
Mike Spreitzer
2016-07-13 11:52:17 -04:00
parent e63488f721
commit 6208bcf9ef
+3 -3
View File
@@ -61,9 +61,9 @@ spec:
role: db role: db
ingress: ingress:
- from: - from:
podSelector: - podSelector:
matchLabels: matchLabels:
role: frontend role: frontend
ports: ports:
- protocol: tcp - protocol: tcp
port: 6379 port: 6379