change port forwarding for converged setup
This commit is contained in:
parent
73da69cad5
commit
97633c4c36
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ spec:
|
|||
mkdir -p /app/.ssh && chmod 700 /app/.ssh
|
||||
echo "$SSH_PRIVATE_KEY" > /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:
|
||||
- name: SSH_HOST
|
||||
valueFrom:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue