Skip to content

Commit

Permalink
add v1.0.3 support (#524)
Browse files Browse the repository at this point in the history
* add v1.0.3 support

* update test files

(cherry picked from commit 0763aac)
  • Loading branch information
JacobGros authored and jooseppi-luna committed May 29, 2024
1 parent 1bc6837 commit 7701e44
Show file tree
Hide file tree
Showing 15 changed files with 4,515 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
apiVersion: v1
kind: Service
metadata:
labels:
control-plane: controller-manager
name: application-mobility-controller-manager-metrics-service
namespace: <NAMESPACE>
spec:
ports:
- name: https
port: 8443
protocol: TCP
targetPort: https
selector:
control-plane: controller-manager
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: <NAMESPACE>-metrics-reader
rules:
- nonResourceURLs:
- /metrics
verbs:
- get
Loading

0 comments on commit 7701e44

Please sign in to comment.