Skip to content

Commit

Permalink
Updated values, fixed hostport and removed reverse proxy host regex c…
Browse files Browse the repository at this point in the history
…hecking
  • Loading branch information
wtripp180901 committed Aug 18, 2023
1 parent 6a1af7b commit 1b75227
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion slurm-cluster-chart/files/ood_portal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ ssl:
# host_regex: '[\w.-]+\.example\.com'
# Default: '[^/]+' (allow reverse proxying to all hosts, this allows external
# hosts as well)
host_regex: 'slurmd-[0-1]'
#host_regex: 'slurmd-[0-1]'

# Sub-uri used to reverse proxy to backend web server running on node that
# knows the full URI path
Expand Down
3 changes: 2 additions & 1 deletion slurm-cluster-chart/templates/slurmd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ spec:
name: slurmd
ports:
- containerPort: 8888
- hostPort: 6818
- containerPort: 6818
hostPort: 6818
resources: {}
volumeMounts:
- mountPath: /etc/slurm/
Expand Down
5 changes: 1 addition & 4 deletions slurm-cluster-chart/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sdcImage: ghcr.io/stackhpc/slurm-docker-cluster:c0b2f69 #OUTDATED, DON'T USE THIS COMMIT!
slurmImage: ghcr.io/stackhpc/slurm-docker-cluster:6a1af7b

login:
# Deployment resource name
Expand Down Expand Up @@ -73,14 +73,11 @@ sshPublicKey:
# Secret resource names
secrets:
mungeKey: munge-key-secret
<<<<<<< HEAD

jupyterApp:
repoURL: "https://github.com/stackhpc/OOD-containerised-jupyter.git"
repoTag: "v0.1"
=======

openOnDemand:
#Password for default Open OnDemand user 'rocky'
password: password
>>>>>>> main

0 comments on commit 1b75227

Please sign in to comment.