mvisonneau / helm-charts

Personal Helm charts repository
Apache License 2.0
65 stars 58 forks source link

Adding more than one network to the router? #19

Closed Daxcor69 closed 3 years ago

Daxcor69 commented 3 years ago

variables: TAILSCALE_ADVERTISE_ROUTES: 10.245.0.0/16

Could you add a second route? LIke 10.244.0.0 / 16

I know I can add another whole deployment with the second route, but I thought it would be cool to have just one with two routes

Brad

mvisonneau commented 3 years ago

:wave: hey @Daxcor69, I assume you simply have to separate them with a comma :thinking:

eg: TAILSCALE_ADVERTISE_ROUTES: 10.245.0.0/16,10.244.0.0/16