Skip to content

Commit e5ec134

Browse files
Remove external metrics APIService resources
1 parent c093d58 commit e5ec134

File tree

4 files changed

+0
-41
lines changed

4 files changed

+0
-41
lines changed

Diff for: config/internal/mcad/apiservice_external-metrics.yaml

-18
This file was deleted.

Diff for: config/internal/mcad/deployment.yaml.tmpl

-7
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,6 @@ spec:
2727
name: mcad-{{.Name}}-config
2828
image: {{.ControllerImage}}
2929
imagePullPolicy: Always
30-
ports:
31-
- name: https
32-
containerPort: 6443
33-
protocol: TCP
34-
- name: http
35-
containerPort: 8080
36-
protocol: TCP
3730
resources: {{.ControllerResources}}
3831
terminationMessagePath: /dev/termination-log
3932
terminationMessagePolicy: File

Diff for: config/internal/mcad/service.yaml.tmpl

-15
This file was deleted.

Diff for: controllers/multi_cluster_app_dispatcher.go

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ import (
2222

2323
var multiClusterAppDispatcherTemplates = []string{
2424
"mcad/configmap.yaml.tmpl",
25-
"mcad/service.yaml.tmpl",
2625
"mcad/serviceaccount.yaml.tmpl",
2726
"mcad/deployment.yaml.tmpl",
2827
}

0 commit comments

Comments
 (0)