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: spec:
containers: containers:
- name: tunnel - name: tunnel
image: alpine:3.21 image: ghcr.io/16janis12/ssh-client-docker:main
imagePullPolicy: Always
command: [/bin/sh, -c] command: [/bin/sh, -c]
args: args:
- | - |
apk add --no-cache openssh-client
exec ssh -N \ exec ssh -N \
-o StrictHostKeyChecking=no \ -o StrictHostKeyChecking=no \
-o ServerAliveInterval=30 \ -o ServerAliveInterval=30 \
@@ -42,7 +42,7 @@ spec:
resources: resources:
requests: requests:
cpu: 10m cpu: 10m
memory: 16Mi memory: 8Mi
limits: limits:
cpu: 50m cpu: 50m
memory: 32Mi memory: 32Mi