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 5apiVersion: controller-runtime.sigs.k8s.io/v1alpha1 6kind: ControllerManagerConfig 7health: 8 healthProbeBindAddress: :8081 9metrics: 10 bindAddress: 127.0.0.1:8080 11webhook: 12 port: 9443 13leaderElection: 14 leaderElect: true 15 resourceName: 0616d21e.gitpod.io 16 17