fix(portforwarding): use new port forwarding for vrm

This commit is contained in:
Oliver
2025-03-20 16:50:16 +01:00
parent 82ef57c2e7
commit 2caa82a53e

View File

@@ -91,7 +91,7 @@ alias yas="yarn serve"
alias yai="yarn install"
function kfpa() {
kubectl port-forward -n acceptance svc/victron-mysql-master 3306:3306
ssh -fNT -L 13306:127.0.0.1:13306 elnino-vitess
}