-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
Is your feature request related to a problem? Please describe.
From the source, I notice that the Deployment generated from Wireguard CRD has hardcoded 1 as the value for spec.replicas
replicas := int32(1) |
@jodevsa Is there a reason for it to be limited as 1? Can it scale to 2? It would be great to avoid single point of failure, by having a few more instances.
Describe the solution you'd like
Allow passing replica count through Wireguard
CRD, through spec.replicas
.
Describe alternatives you've considered
There seems not to be more intuitive approach than that
Additional context
Metadata
Metadata
Assignees
Labels
No labels