feat: update tunnel container image to ghcr.io/16janis12/ssh-client-docker and adjust memory requests

This commit is contained in:
2026-04-30 08:20:33 +02:00
parent e093e945eb
commit 3fb98effae
+3 -3
View File
@@ -15,11 +15,11 @@ spec:
spec:
containers:
- name: tunnel
image: alpine:3.21
image: ghcr.io/16janis12/ssh-client-docker:main
imagePullPolicy: Always
command: [/bin/sh, -c]
args:
- |
apk add --no-cache openssh-client
exec ssh -N \
-o StrictHostKeyChecking=no \
-o ServerAliveInterval=30 \
@@ -42,7 +42,7 @@ spec:
resources:
requests:
cpu: 10m
memory: 16Mi
memory: 8Mi
limits:
cpu: 50m
memory: 32Mi