Add rocky and add ssh.
This commit is contained in:
parent
4b433b4f91
commit
a4eccf655c
1 changed files with 6 additions and 1 deletions
|
@ -32,6 +32,11 @@ spec:
|
|||
reloader.stakater.com/auto: "true"
|
||||
containers:
|
||||
main:
|
||||
image:
|
||||
repository: rockylinux
|
||||
tag: 9
|
||||
command: ["/bin/bash", "-c", "while true; do sleep 10; done"]
|
||||
tailscale:
|
||||
image:
|
||||
repository: ghcr.io/tailscale/tailscale
|
||||
tag: v1.52.0
|
||||
|
@ -40,7 +45,7 @@ spec:
|
|||
SA_NAME: valinor-jump
|
||||
TS_USERSPACE: true
|
||||
TS_KUBE_SECRET: tailscale-state
|
||||
TS_EXTRA_ARGS: --advertise-exit-node
|
||||
TS_EXTRA_ARGS: --advertise-exit-node --ssh
|
||||
TS_TAILSCALED_EXTRA_ARGS: --debug=0.0.0.0:2000
|
||||
envFrom:
|
||||
- secretRef:
|
||||
|
|
Reference in a new issue