Skip to content

Commit

Permalink
Revert "chore(tailscale): use headscale"
Browse files Browse the repository at this point in the history
This reverts commit 1e03730.
  • Loading branch information
haraldkoch committed Oct 20, 2024
1 parent 382c8f2 commit e1da330
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ spec:
name: tailscale-secret
template:
data:
TS_AUTHKEY: "{{ .HEADSCALE_AUTHKEY }}"
TS_AUTHKEY: "{{ .TAILSCALE_OAUTH_CLIENT_SECRET }}"
TS_KUBE_SECRET: ""
dataFrom:
- extract:
key: tailscale
key: tailscale
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
TZ: ${TIMEZONE}
NO_AUTOUPDATE: true
PORT: &port ${TAILNET_PUBLIC_PORT:=1}
TS_EXTRA_ARGS: --advertise-exit-node --advertise-tags=tag:k8s --login-server=http://headscale.network:8080
TS_EXTRA_ARGS: --advertise-exit-node --advertise-tags=tag:k8s
TS_HOSTNAME:
valueFrom:
fieldRef:
Expand Down

0 comments on commit e1da330

Please sign in to comment.