Skip to content
Snippets Groups Projects
Commit 1bd2ae49 authored by Manuel Kieweg's avatar Manuel Kieweg
Browse files

add comment

parent 041965b8
No related branches found
No related tags found
1 merge request!159Resolve "Integration Tests Fail"
Pipeline #73917 passed with warnings
...@@ -16,7 +16,10 @@ import ( ...@@ -16,7 +16,10 @@ import (
"k8s.io/client-go/tools/clientcmd" "k8s.io/client-go/tools/clientcmd"
) )
// GRPC defines the grpc port used by the deployment
const GRPC = 55055 const GRPC = 55055
// HTTP defines the http port used by the deployment
const HTTP = 8080 const HTTP = 8080
func main() { func main() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment