Skip to content

Commit

Permalink
fix(tailscale): set hostname correctly
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Kreitzer <[email protected]>
  • Loading branch information
buroa committed Jun 2, 2024
1 parent 84b4c25 commit 04f5575
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kubernetes/apps/networking/tailscale/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ spec:
NO_AUTOUPDATE: true
PORT: &port ${NET_SERVICES_TAILSCALE_PORT}
TS_EXTRA_ARGS: --advertise-exit-node --advertise-tags=tag:k8s
TS_HOSTNAME:
valueFrom:
fieldRef:
fieldPath: metadata.name
TS_ROUTES: ${NET_LOCAL_CIDR},${NET_SERVERS_CIDR},${NET_SERVICES_CIDR}
TS_STATE_DIR: &path /tmp
TS_TAILSCALED_EXTRA_ARGS: --debug=0.0.0.0:9001
Expand Down

0 comments on commit 04f5575

Please sign in to comment.