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"
|
reloader.stakater.com/auto: "true"
|
||||||
containers:
|
containers:
|
||||||
main:
|
main:
|
||||||
|
image:
|
||||||
|
repository: rockylinux
|
||||||
|
tag: 9
|
||||||
|
command: ["/bin/bash", "-c", "while true; do sleep 10; done"]
|
||||||
|
tailscale:
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/tailscale/tailscale
|
repository: ghcr.io/tailscale/tailscale
|
||||||
tag: v1.52.0
|
tag: v1.52.0
|
||||||
|
@ -40,7 +45,7 @@ spec:
|
||||||
SA_NAME: valinor-jump
|
SA_NAME: valinor-jump
|
||||||
TS_USERSPACE: true
|
TS_USERSPACE: true
|
||||||
TS_KUBE_SECRET: tailscale-state
|
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
|
TS_TAILSCALED_EXTRA_ARGS: --debug=0.0.0.0:2000
|
||||||
envFrom:
|
envFrom:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
|
|
Reference in a new issue