Skip to content

Commit

Permalink
operator quay-api-operator (1.0.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
herve4m authored Nov 16, 2024
1 parent 85eca79 commit 8d98b36
Show file tree
Hide file tree
Showing 24 changed files with 5,523 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
apiVersion: v1
kind: Service
metadata:
creationTimestamp: null
labels:
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/name: quay-api-operator
control-plane: controller-manager
name: quay-api-operator-controller-manager-metrics-service
spec:
ports:
- name: https
port: 8443
protocol: TCP
targetPort: https
selector:
control-plane: controller-manager
status:
loadBalancer: {}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
creationTimestamp: null
labels:
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/name: quay-api-operator
name: quay-api-operator-metrics-reader
rules:
- nonResourceURLs:
- /metrics
verbs:
- get
Loading

0 comments on commit 8d98b36

Please sign in to comment.