Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
gitpod-io
GitHub Repository: gitpod-io/gitpod
Path: blob/main/components/ws-manager-mk2/config/rbac/auth_proxy_client_clusterrole.yaml
2499 views
1
# Copyright (c) 2022 Gitpod GmbH. All rights reserved.
2
# Licensed under the GNU Affero General Public License (AGPL).
3
# See License-AGPL.txt in the project root for license information.
4
5
apiVersion: rbac.authorization.k8s.io/v1
6
kind: ClusterRole
7
metadata:
8
name: metrics-reader
9
rules:
10
- nonResourceURLs:
11
- "/metrics"
12
verbs:
13
- get
14
15