Skip to content

Commit

Permalink
Adding Kuadrant operator version 1.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: R-Lawton <rlawton@redhat.com>
  • Loading branch information
R-Lawton committed Dec 18, 2024
1 parent 5fe3877 commit ffdd220
Show file tree
Hide file tree
Showing 12 changed files with 9,220 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 ffdd220

Please sign in to comment.