ssh port was wrong

This commit is contained in:
2026-08-24 17:30:49 -05:00
parent 2e66e04708
commit 24430c1655
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ spec:
protocol: TCP
- name: ssh
port: 2222 # pod port
port: 22 # pod port
targetPort: ssh
nodePort: 30222 # external
protocol: TCP