mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-07 16:55:15 -04:00
Simplify joinproto
This commit is contained in:
parent
dc9e8e75df
commit
15adba9235
14 changed files with 606 additions and 1180 deletions
|
@ -24,8 +24,8 @@ const (
|
|||
|
||||
// ActivationServiePort is the port for reaching the activation service within Kubernetes.
|
||||
ActivationServicePort = 9090
|
||||
// ActivationServiceNodePort is the port for reaching the activation service outside of Kubernetes.
|
||||
ActivationServiceNodePort = 30090
|
||||
// JoinServiceNodePort is the port for reaching the activation service outside of Kubernetes.
|
||||
JoinServiceNodePort = 30090
|
||||
VerifyServicePortHTTP = 8080
|
||||
VerifyServicePortGRPC = 9090
|
||||
VerifyServiceNodePortHTTP = 30080
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue