feat(family-apps): configure Tailscale exit node auth key
This commit is contained in:
parent
ad52234ffc
commit
5a606663d7
|
|
@ -5,7 +5,7 @@ metadata:
|
||||||
namespace: family-apps
|
namespace: family-apps
|
||||||
type: Opaque
|
type: Opaque
|
||||||
stringData:
|
stringData:
|
||||||
TS_AUTHKEY: "PLACEHOLDER_FOR_YOUR_TAILSCALE_AUTH_KEY"
|
TS_AUTHKEY: "tskey-auth-kC2FSRdef811CNTRL-HTo8Qr1EGAjUsVxUEXLoAjH1NcTJivLM"
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: PersistentVolumeClaim
|
kind: PersistentVolumeClaim
|
||||||
|
|
@ -47,6 +47,11 @@ spec:
|
||||||
# Execute default Tailscale container entrypoint
|
# Execute default Tailscale container entrypoint
|
||||||
exec /usr/local/bin/containerboot
|
exec /usr/local/bin/containerboot
|
||||||
env:
|
env:
|
||||||
|
- name: TS_AUTHKEY
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: tailscale-auth-secret
|
||||||
|
key: TS_AUTHKEY
|
||||||
- name: TS_EXTRA_ARGS
|
- name: TS_EXTRA_ARGS
|
||||||
value: "--advertise-exit-node"
|
value: "--advertise-exit-node"
|
||||||
- name: TS_USERSPACE
|
- name: TS_USERSPACE
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue