Twingate / helm-charts

Official Twingate Helm Charts
MIT License
11 stars 12 forks source link

Support more than one replica. #9

Closed psftw closed 2 years ago

psftw commented 2 years ago

What this PR does / why we need it:

For redundancy, always deploy a minimum of two Connectors per Remote Network.

Per Twingate docs, we should be able to deploy redundant Connectors with the K8S deployment, so this PR enables that.

Checklist

shmykyta commented 2 years ago

@psftw Hi Peter, You are correct that should be able to deploy redundant Connectors with the K8S deployment, but connector support only in single replica, otherwise will cause race condition between replicas.

Workaround: you could deploy another connector in UI with different access and refresh tokens and second helm release.