mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-08-25 16:07:24 +00:00
feat(performance): removed duplicate client calls from all admission paths (#2054)
* chore * perfromance improvements Signed-off-by: Oliver Baehler <oliver@sudo-i.net> * perfromance improvements Signed-off-by: Oliver Baehler <oliver@sudo-i.net> * feat(performance): removed duplicate client calls from all admission paths Signed-off-by: Oliver Baehler <oliver@sudo-i.net> * feat(performance): removed duplicate client calls from all admission paths Signed-off-by: Oliver Baehler <oliver@sudo-i.net> * feat(performance): removed duplicate client calls from all admission paths Signed-off-by: Oliver Baehler <oliver@sudo-i.net> * feat(performance): removed duplicate client calls from all admission paths Signed-off-by: Oliver Baehler <oliver@sudo-i.net> * feat(performance): removed duplicate client calls from all admission paths Signed-off-by: Oliver Baehler <oliver@sudo-i.net> * feat(performance): removed duplicate client calls from all admission paths Signed-off-by: Oliver Baehler <oliver@sudo-i.net> * feat(performance): removed duplicate client calls from all admission paths Signed-off-by: Oliver Baehler <oliver@sudo-i.net> --------- Signed-off-by: Oliver Baehler <oliver@sudo-i.net>
This commit is contained in:
@@ -10,7 +10,39 @@ spec:
|
||||
- name: alice
|
||||
kind: User
|
||||
rules:
|
||||
- permissions:
|
||||
- quota:
|
||||
- hard:
|
||||
limits.cpu: "8"
|
||||
limits.memory: 16Gi
|
||||
requests.cpu: "8"
|
||||
requests.memory: 16Gi
|
||||
classes:
|
||||
gateway:
|
||||
- matchLabels:
|
||||
team: platform
|
||||
ingress:
|
||||
- matchLabels:
|
||||
team: platform
|
||||
storage:
|
||||
- matchLabels:
|
||||
team: platform
|
||||
priority:
|
||||
- matchLabels:
|
||||
team: platform
|
||||
runtime:
|
||||
- matchLabels:
|
||||
team: platform
|
||||
cluster:
|
||||
- matchLabels:
|
||||
team: platform
|
||||
namespaceSelector:
|
||||
matchExpressions:
|
||||
- key: env
|
||||
operator: In
|
||||
values:
|
||||
- "test"
|
||||
|
||||
permissions:
|
||||
bindings:
|
||||
- clusterRoleName: 'custom:proxy-viewer'
|
||||
subjects:
|
||||
|
||||
Reference in New Issue
Block a user