Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions config/clusters/2i2c-aws-us/showcase.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ basehub:
hard_quota: 20 # in GiB
jupyterhub:
ingress:
ingressClassName: nginx-ingress
hosts: [showcase.2i2c.cloud]
tls:
- hosts: [showcase.2i2c.cloud]
Expand Down
7 changes: 7 additions & 0 deletions config/clusters/2i2c-aws-us/support.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ prometheusIngressAuthSecret:
nginx-ingress:
enabled: true

ingress-nginx:
controller:
service:
selectorLabelsOverride:
app.kubernetes.io/instance: support
app.kubernetes.io/name: nginx-ingress

grafana:
grafana.ini:
server:
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/support/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies:
# that references this controller.
# https://github.com/kubernetes/ingress-nginx/tree/main/charts/ingress-nginx
- name: ingress-nginx
version: 4.14.3
version: 4.14.3-1
repository: file://../ingress-nginx/charts/ingress-nginx/

# This is the ingress maintained by nginx, rather than the one maintained by the
Expand Down
Loading