Skip to content

Commit

Permalink
Merge pull request #788 from sgibson91/allow-egress-autohttps
Browse files Browse the repository at this point in the history
  • Loading branch information
sgibson91 authored Oct 28, 2021
2 parents b0d401d + e11bc82 commit ab1a2da
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions hub-templates/basehub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,13 @@ jupyterhub:
podSelector:
matchLabels:
app.kubernetes.io/name: ingress-nginx
# If a hub is using autohttps instead of ingress-nginx, allow traffic
# to the autohttps pod as well
- to:
- podSelector:
matchLabels:
app: jupyterhub
component: autohttps
hub:
extraFiles:
configurator-schema-default:
Expand Down

0 comments on commit ab1a2da

Please sign in to comment.