Milan Pavlik a75b4cf200 [public-api-server] Add deployment into installer
Please enter the commit message for your changes. Lines starting
2022-04-13 16:59:26 +05:30

12 lines
310 B
Go

// Copyright (c) 2021 Gitpod GmbH. All rights reserved.
// Licensed under the GNU Affero General Public License (AGPL).
// See License-AGPL.txt in the project root for license information.
package public_api_server
const (
Component = "public-api-server"
ContainerPort = 9000
PortName = "http"
)