mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-06 08:15:48 -04:00
Rename all activation
This commit is contained in:
parent
2083d37b11
commit
1af18e990d
21 changed files with 83 additions and 83 deletions
|
@ -22,9 +22,9 @@ const (
|
|||
// Ports.
|
||||
//
|
||||
|
||||
// ActivationServiePort is the port for reaching the activation service within Kubernetes.
|
||||
ActivationServicePort = 9090
|
||||
// JoinServiceNodePort is the port for reaching the activation service outside of Kubernetes.
|
||||
// JoinServicePort is the port for reaching the join service within Kubernetes.
|
||||
JoinServicePort = 9090
|
||||
// JoinServiceNodePort is the port for reaching the join service outside of Kubernetes.
|
||||
JoinServiceNodePort = 30090
|
||||
VerifyServicePortHTTP = 8080
|
||||
VerifyServicePortGRPC = 9090
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue