From 1bd2ae4934ec7bca39db05329f05c1f167237ee0 Mon Sep 17 00:00:00 2001 From: Manuel Kieweg <manuel.kieweg@h-da.de> Date: Tue, 8 Jun 2021 12:29:19 +0200 Subject: [PATCH] add comment --- build/cd/deploy.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/cd/deploy.go b/build/cd/deploy.go index 9dac3ff15..b4bdb8115 100644 --- a/build/cd/deploy.go +++ b/build/cd/deploy.go @@ -16,7 +16,10 @@ import ( "k8s.io/client-go/tools/clientcmd" ) +// GRPC defines the grpc port used by the deployment const GRPC = 55055 + +// HTTP defines the http port used by the deployment const HTTP = 8080 func main() { -- GitLab