Update 1.3 example for quota

This commit is contained in:
derekwaynecarr
2016-06-23 11:51:35 -04:00
parent 57abef3e78
commit 03dddefd01
7 changed files with 358 additions and 133 deletions
@@ -0,0 +1,9 @@
apiVersion: v1
kind: ResourceQuota
metadata:
name: object-counts
spec:
hard:
persistentvolumeclaims: "2"
services.loadbalancers: "2"
services.nodeports: "0"