Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
gitpod-io
GitHub Repository: gitpod-io/gitpod
Path: blob/main/components/ws-manager-mk2/config/webhook/service.yaml
2500 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
6
apiVersion: v1
7
kind: Service
8
metadata:
9
name: webhook-service
10
namespace: system
11
spec:
12
ports:
13
- port: 443
14
protocol: TCP
15
targetPort: 9443
16
selector:
17
control-plane: controller-manager
18
19