Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
gitpod-io
GitHub Repository: gitpod-io/gitpod
Path: blob/main/components/ws-manager-mk2/config/manager/controller_manager_config.yaml
2501 views
1
# Copyright (c) 2022 Gitpod GmbH. All rights reserved.
2
# Licensed under the GNU Affero General Public License (AGPL).
3
# See License-AGPL.txt in the project root for license information.
4
5
apiVersion: controller-runtime.sigs.k8s.io/v1alpha1
6
kind: ControllerManagerConfig
7
health:
8
healthProbeBindAddress: :8081
9
metrics:
10
bindAddress: 127.0.0.1:8080
11
webhook:
12
port: 9443
13
leaderElection:
14
leaderElect: true
15
resourceName: 0616d21e.gitpod.io
16
17