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
ingress:
- from:
podSelector:
matchLabels:
role: frontend
- podSelector:
matchLabels:
role: frontend
ports:
- protocol: tcp
port: 6379