Skip to content

Commit

Permalink
Add jupyterhub firewall rule
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-ntrf committed Dec 17, 2024
1 parent 16d4809 commit e4f747c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions site/profile/manifests/jupyterhub.pp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
}
include profile::slurm::submitter

nftables::rule { 'default_in-jupyterhub_tcp':
content => 'tcp dport 8081 accept comment "Accept jupyterhub"',
}
consul::service { 'jupyterhub':
port => 8081,
tags => ['jupyterhub'],
Expand Down

0 comments on commit e4f747c

Please sign in to comment.