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
@@ -27,7 +27,7 @@ spec:
protocol: TCP protocol: TCP
- name: ssh - name: ssh
containerPort: 2222 containerPort: 22
protocol: TCP protocol: TCP
env: env:
+1 -1
View File
@@ -16,7 +16,7 @@ spec:
protocol: TCP protocol: TCP
- name: ssh - name: ssh
port: 2222 # pod port port: 22 # pod port
targetPort: ssh targetPort: ssh
nodePort: 30222 # external nodePort: 30222 # external
protocol: TCP protocol: TCP