mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-20 04:54:46 -04:00
Use multiple loadbalancers on GCP
This commit is contained in:
parent
c954ec089f
commit
a02a46e454
59 changed files with 1629 additions and 557 deletions
|
@ -18,7 +18,7 @@ type ConstellationKMS struct {
|
|||
// NewConstellationKMS initializes a ConstellationKMS.
|
||||
func NewConstellationKMS(endpoint string) *ConstellationKMS {
|
||||
return &ConstellationKMS{
|
||||
endpoint: endpoint, // default: "kms.kube-system:9000"
|
||||
endpoint: endpoint, // default: "kms.kube-system:port"
|
||||
kms: &constellationKMSClient{},
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue