diff --git a/build/cd/deploy.go b/build/cd/deploy.go
index 9dac3ff159ba0331d729deefd716eeaf4a29266e..b4bdb8115ed43522c03d3c893c011fcacceb8b09 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() {