Skip to content

Commit

Permalink
fix: change default ssh service port
Browse files Browse the repository at this point in the history
  • Loading branch information
HoKim98 committed Nov 15, 2024
1 parent 14c2c19 commit 71235a3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/mobilex-ssh/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.1
version: 0.1.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion charts/mobilex-ssh/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ securityContext:

service:
type: ClusterIP
port: 22
port: 9894

serviceAccount:
# Specifies whether a service account should be created
Expand Down
2 changes: 1 addition & 1 deletion charts/mobilex-vstation/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.1
version: 0.1.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion charts/mobilex-vstation/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ service:
loadBalancerIP: null
type: ClusterIP
ports:
ssh: 22
ssh: 9894
vnc: 5900

serviceAccount:
Expand Down

0 comments on commit 71235a3

Please sign in to comment.