config: add nodeGroups

This commit is contained in:
Malte Poll 2023-08-02 10:23:15 +02:00 committed by Malte Poll
parent 374f8c7dae
commit 15bb3b31fd
4 changed files with 287 additions and 204 deletions

View file

@ -36,6 +36,10 @@ const (
ConstellationVerifyServiceUserData = "VerifyService"
// AttestationVariant is the name of the environment variable that contains the attestation variant.
AttestationVariant = "CONSTEL_ATTESTATION_VARIANT"
// DefaultControlPlaneGroupName is the name of the default control plane node group.
DefaultControlPlaneGroupName = "control_plane_default"
// DefaultWorkerGroupName is the name of the default worker node group.
DefaultWorkerGroupName = "worker_default"
//
// Ports.