We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c312b2d commit 00db554Copy full SHA for 00db554
config/rhoai/kueue-metrics-service.yaml
@@ -1,7 +1,7 @@
1
apiVersion: v1
2
kind: Service
3
metadata:
4
- name: kueue-metrics-service
+ name: metrics-service
5
spec:
6
ports:
7
- name: metrics
config/rhoai/kustomization.yaml
@@ -42,6 +42,7 @@ resources:
42
- binding_admin_roles.yaml
43
- webhook_network_policy.yaml
44
- batch-user-rolebinding.yaml
45
+- kueue-metrics-service.yaml
46
47
patches:
48
# Mount the controller config file for loading manager configurations
@@ -54,4 +55,3 @@ patches:
54
55
- path: validating_webhook_patch.yaml
56
- path: clusterqueue_viewer_role_patch.yaml
57
- path: remove_default_namespace.yaml
-- path: kueue-metrics-service.yaml
0 commit comments