Skip to content

Commit

Permalink
add loadbalancer annotations to config #21
Browse files Browse the repository at this point in the history
  • Loading branch information
goseind committed Feb 6, 2023
1 parent 648afca commit 3ad069e
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions iac/tf/cluster/jhub/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# This file can update the JupyterHub Helm chart's default configuration values.
#
# For reference see the configuration reference and default values, but make
# sure to refer to the Helm chart version of interest to you!
#
# Introduction to YAML: https://www.youtube.com/watch?v=cdLNKUoMc6c
# Chart config reference: https://zero-to-jupyterhub.readthedocs.io/en/stable/resources/reference.html
# Chart default values: https://github.com/jupyterhub/zero-to-jupyterhub-k8s/blob/HEAD/jupyterhub/values.yaml
# Available chart versions: https://jupyterhub.github.io/helm-chart/
#

hub:
db:
pvc:
storageClassName: manila-meyrin-cephfs

proxy:
service:
type: LoadBalancer
annotations:
loadbalancer.openstack.org/network-id: "798d00f3-2af9-48a0-a7c3-a26d909a2d64"
service.beta.kubernetes.io/openstack-internal-load-balancer: "true"
loadbalancer.openstack.org/cascade-delete: "false"

singleuser:
storage:
dynamic:
storageClass: manila-meyrin-cephfs

0 comments on commit 3ad069e

Please sign in to comment.