Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfgang Kulhanek authored and Wolfgang Kulhanek committed Dec 12, 2023
1 parent f7a90a7 commit 2a430b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/showroom-single-pod/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,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.0.19
version: 0.0.20

# 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
4 changes: 2 additions & 2 deletions charts/showroom-single-pod/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ spec:
- name: terminal-lab-user-home
mountPath: /home/lab-user
ports:
- containerPort: {{ .values.terminal.port }}
- containerPort: {{ .Values.terminal.port }}
protocol: TCP
resources:
{{- toYaml .Values.terminal.resources | nindent 10 }}
Expand All @@ -94,7 +94,7 @@ spec:
args:
- --base=/{{ .Values.wetty.base }}/
- --port={{ .Values.wetty.port }}
{{- if .Values.wetty.wetty.autoSshToBastion }}
{{- if .Values.wetty.ssh.autoSshToBastion }}
- --ssh-host={{ .Values.wetty.ssh.sshHost }}
- --ssh-port={{ .Values.wetty.ssh.sshPort }}
- --ssh-user={{ .Values.wetty.ssh.sshUser }}
Expand Down

0 comments on commit 2a430b3

Please sign in to comment.