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 6apiVersion: v1 7kind: Service 8metadata: 9 name: webhook-service 10 namespace: system 11spec: 12 ports: 13 - port: 443 14 protocol: TCP 15 targetPort: 9443 16 selector: 17 control-plane: controller-manager 18 19