mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-05 07:45:27 -04:00
keyservice: use dash in container name (#1016)
Co-authored-by: Otto Bittner <cobittner@posteo.net>
This commit is contained in:
parent
effe797d81
commit
a8cbfd848f
67 changed files with 430 additions and 435 deletions
|
@ -46,8 +46,8 @@ const (
|
|||
VerifyServiceNodePortHTTP = 30080
|
||||
// VerifyServiceNodePortGRPC GRPC node port for verification service.
|
||||
VerifyServiceNodePortGRPC = 30081
|
||||
// KeyservicePort is the port the KMS server listens on.
|
||||
KeyservicePort = 9000
|
||||
// KeyServicePort is the port the KMS server listens on.
|
||||
KeyServicePort = 9000
|
||||
// BootstrapperPort port of bootstrapper.
|
||||
BootstrapperPort = 9000
|
||||
// KubernetesPort port for Kubernetes API.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue