Skip to content

Commit

Permalink
chore: Remove operator metrics port and service
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton authored and valdar committed May 21, 2019
1 parent 454f40d commit 6086f98
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 56 deletions.
3 changes: 0 additions & 3 deletions deploy/operator-deployment-kubernetes.yaml
Expand Up @@ -22,9 +22,6 @@ spec:
containers:
- name: camel-k-operator
image: docker.io/apache/camel-k:0.3.1-SNAPSHOT
ports:
- containerPort: 60000
name: metrics
command:
- camel-k
imagePullPolicy: IfNotPresent
Expand Down
3 changes: 0 additions & 3 deletions deploy/operator-deployment-openshift.yaml
Expand Up @@ -22,9 +22,6 @@ spec:
containers:
- name: camel-k-operator
image: docker.io/apache/camel-k:0.3.1-SNAPSHOT
ports:
- containerPort: 60000
name: metrics
command:
- camel-k
imagePullPolicy: IfNotPresent
Expand Down
19 changes: 0 additions & 19 deletions deploy/operator-service.yaml

This file was deleted.

29 changes: 0 additions & 29 deletions deploy/resources.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions pkg/install/operator.go
Expand Up @@ -67,7 +67,6 @@ func installOpenshift(ctx context.Context, c client.Client, namespace string, co
"operator-role-openshift.yaml",
"operator-role-binding.yaml",
"operator-deployment-openshift.yaml",
"operator-service.yaml",
)
}

Expand All @@ -78,7 +77,6 @@ func installKubernetes(ctx context.Context, c client.Client, namespace string, c
"operator-role-binding.yaml",
"builder-pvc.yaml",
"operator-deployment-kubernetes.yaml",
"operator-service.yaml",
)
}

Expand Down

0 comments on commit 6086f98

Please sign in to comment.