change port forwarding for converged setup
All checks were successful
Build and Deploy Staging / build (push) Successful in 41s
Build and Deploy Staging / deploy (push) Successful in 6s

This commit is contained in:
Tobias Brunner 2025-12-09 16:03:51 +01:00
parent 73da69cad5
commit 97633c4c36
Signed by: tobru
SSH key fingerprint: SHA256:kOXg1R6c11XW3/Pt9dbLdQvOJGFAy+B2K6v6PtRWBGQ

View file

@ -41,7 +41,7 @@ spec:
mkdir -p /app/.ssh && chmod 700 /app/.ssh mkdir -p /app/.ssh && chmod 700 /app/.ssh
echo "$SSH_PRIVATE_KEY" > /app/.ssh/id echo "$SSH_PRIVATE_KEY" > /app/.ssh/id
chmod 600 /app/.ssh/id chmod 600 /app/.ssh/id
ssh $SSH_HOST -l $SSH_USER -o StrictHostKeyChecking=no -L 8443:127.0.0.1:8443 -N -i /app/.ssh/id -v ssh $SSH_HOST -l $SSH_USER -o StrictHostKeyChecking=no -L 6443:127.0.0.1:6443 -N -i /app/.ssh/id -v
env: env:
- name: SSH_HOST - name: SSH_HOST
valueFrom: valueFrom: