feat: update tunnel container image to ghcr.io/16janis12/ssh-client-docker and adjust memory requests
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user