Skip to content

Commit

Permalink
kuadrant-operator v0.10.0 (#5251)
Browse files Browse the repository at this point in the history
Signed-off-by: Eguzki Astiz Lezaun <[email protected]>
  • Loading branch information
eguzki authored Sep 27, 2024
1 parent 2f2bf49 commit e6b0425
Show file tree
Hide file tree
Showing 12 changed files with 16,563 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
apiVersion: v1
data:
controller_manager_config.yaml: |
apiVersion: controller-runtime.sigs.k8s.io/v1alpha1
kind: ControllerManagerConfig
health:
healthProbeBindAddress: :8081
metrics:
bindAddress: :8080
webhook:
port: 9443
leaderElection:
leaderElect: true
resourceName: f139389e.kuadrant.io
kind: ConfigMap
metadata:
labels:
app: kuadrant
name: kuadrant-operator-manager-config
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
creationTimestamp: null
name: kuadrant-operator-metrics-reader
rules:
- nonResourceURLs:
- /metrics
verbs:
- get
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
apiVersion: v1
kind: Service
metadata:
creationTimestamp: null
labels:
app: kuadrant
control-plane: controller-manager
name: kuadrant-operator-metrics
spec:
ports:
- name: metrics
port: 8080
targetPort: metrics
selector:
app: kuadrant
control-plane: controller-manager
status:
loadBalancer: {}
Loading

0 comments on commit e6b0425

Please sign in to comment.