Merge pull request #832 from MikeSpreitzer/netpolschema

Added missing list structure in example NetworkPolicy
This commit is contained in:
johndmulhausen
2016-07-14 12:53:45 -07:00
committed by GitHub
+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