Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ metadata:
labels:
app.kubernetes.io/name: datum
app.kubernetes.io/component: quota-system
services.miloapis.com/owner: dns.networking.miloapis.com
annotations:
kubernetes.io/display-name: "DNS Record Sets"
kubernetes.io/description: "Maximum number of DNS record sets that can be created within a project"
spec:
# Project is the consumer of DNS record set quota
consumerType:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ metadata:
labels:
app.kubernetes.io/name: datum
app.kubernetes.io/component: quota-system
services.miloapis.com/owner: dns.networking.miloapis.com
annotations:
kubernetes.io/display-name: "DNS Zones"
kubernetes.io/description: "Maximum number of DNS zones that can be created within a project"
spec:
# Project is the consumer of DNS zone quota
consumerType:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ metadata:
labels:
app.kubernetes.io/name: datum
app.kubernetes.io/component: quota-system
services.miloapis.com/owner: resourcemanager.miloapis.com
annotations:
kubernetes.io/display-name: "Projects"
kubernetes.io/description: "Maximum number of projects that can be created within an organization"
spec:
# Organization is the consumer of project quota
consumerType:
Expand Down