Skip to content

Commit d0ec951

Browse files
authored
operator node-maintenance-operator (0.20.0)
1 parent 408dab2 commit d0ec951

7 files changed

+643
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
apiVersion: v1
2+
kind: Service
3+
metadata:
4+
creationTimestamp: null
5+
labels:
6+
control-plane: controller-manager
7+
node-maintenance-operator: ""
8+
name: node-maintenance-operator-controller-manager-metrics-service
9+
spec:
10+
ports:
11+
- name: https
12+
port: 8443
13+
protocol: TCP
14+
targetPort: https
15+
selector:
16+
control-plane: controller-manager
17+
node-maintenance-operator: ""
18+
status:
19+
loadBalancer: {}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
apiVersion: rbac.authorization.k8s.io/v1
2+
kind: ClusterRole
3+
metadata:
4+
creationTimestamp: null
5+
labels:
6+
node-maintenance-operator: ""
7+
name: node-maintenance-operator-metrics-reader
8+
rules:
9+
- nonResourceURLs:
10+
- /metrics
11+
verbs:
12+
- get
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
apiVersion: v1
2+
kind: Service
3+
metadata:
4+
creationTimestamp: null
5+
labels:
6+
node-maintenance-operator: ""
7+
name: node-maintenance-operator-webhook-service
8+
spec:
9+
ports:
10+
- port: 443
11+
protocol: TCP
12+
targetPort: 9443
13+
selector:
14+
control-plane: controller-manager
15+
node-maintenance-operator: ""
16+
status:
17+
loadBalancer: {}

0 commit comments

Comments
 (0)