kubernetes-handbook/manifests/spark-with-kubernetes-nativ.../spark-object-counts.yaml

14 lines
263 B
YAML
Raw Normal View History

2017-10-10 14:51:45 +08:00
apiVersion: v1
kind: ResourceQuota
metadata:
name: object-counts
namespace: spark-cluster
spec:
hard:
configmaps: "10"
persistentvolumeclaims: "4"
replicationcontrollers: "20"
secrets: "10"
services: "10"
services.loadbalancers: "2"