Skip to content

Commit

Permalink
update ssh listener in AF with env jhubURL
Browse files Browse the repository at this point in the history
  • Loading branch information
dciangot authored Jul 15, 2022
1 parent afbb720 commit 7f6ef6a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stable/jhub-aas/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ annotations:
category: stable
apiVersion: v1
name: jhubaas
version: 3.0.4
version: 3.0.5
appVersion: 1.3.0
description: JHUBaaS Hub umbrella chart
keywords:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ spec:
image: "{{ .Values.sshForwarder.redis.image.name }}:{{ .Values.sshForwarder.redis.image.tag }}"
volumeMounts: []
- name: ssh-fwd
env:
- name: JHUB_URL
value: {{ .Values.sshForwarder.jhubURL }}
resources:
requests:
memory: {{ .Values.sshForwarder.sshFWD.requests.memory }}
Expand All @@ -35,6 +38,9 @@ spec:
imagePullPolicy: {{ .Values.sshForwarder.sshFWD.image.pullPolicy }}
image: "{{ .Values.sshForwarder.sshFWD.image.name }}:{{ .Values.sshForwarder.sshFWD.image.tag | default .Chart.AppVersion }}"
- name: listener
env:
- name: JHUB_URL
value: {{ .Values.sshForwarder.jhubURL }}
resources:
requests:
memory: {{ .Values.sshForwarder.sshListener.requests.memory }}
Expand Down
1 change: 1 addition & 0 deletions stable/jhub-aas/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ ingress: true
htcondor: false

sshForwarder:
jhubURL: http://DUMMY.ME
enabled: false
redis:
image:
Expand Down

0 comments on commit 7f6ef6a

Please sign in to comment.