feat(tailscale): add common flags as fields (#3741)
* feat(tailscale): add common flags as fields * Update charts/stable/tailscale/templates/_configmap.tpl Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Update charts/stable/tailscale/docs/How-To-Guide.md Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * change to ClusterIP * set hostnetwork * remove service altogether Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
@@ -50,13 +50,15 @@ envFrom:
|
||||
|
||||
tailscale:
|
||||
authkey: "supersecret"
|
||||
userspace: true
|
||||
userspace: false
|
||||
accept_dns: false
|
||||
routes: ""
|
||||
dest_ip: ""
|
||||
sock5_server: ""
|
||||
extra_args: ""
|
||||
daemon_extra_args: ""
|
||||
hostname: ""
|
||||
advertise_as_exit_node: false
|
||||
|
||||
probes:
|
||||
liveness:
|
||||
@@ -66,12 +68,14 @@ probes:
|
||||
startup:
|
||||
enabled: false
|
||||
|
||||
hostNetwork: true
|
||||
|
||||
service:
|
||||
main:
|
||||
enabled: false
|
||||
ports:
|
||||
main:
|
||||
protocol: UDP
|
||||
port: 41700
|
||||
enabled: false
|
||||
|
||||
persistence:
|
||||
varrun:
|
||||
|
||||
Reference in New Issue
Block a user