From 6d9c65e2485fd70058f4ede284d5eb3f50138195 Mon Sep 17 00:00:00 2001 From: Nigel Barink Date: Wed, 2 Jul 2025 21:18:51 +0200 Subject: [PATCH] Adding address pool and jupyter hub config --- addresspool.yaml | 8 ++++++++ config-jupyterhub.yaml | 10 ++++++++++ 2 files changed, 18 insertions(+) create mode 100644 addresspool.yaml create mode 100644 config-jupyterhub.yaml diff --git a/addresspool.yaml b/addresspool.yaml new file mode 100644 index 0000000..b49ab0d --- /dev/null +++ b/addresspool.yaml @@ -0,0 +1,8 @@ +apiVersion: metallb.io/v1beta1 +kind: IPAddressPool +metadata: + name: first-pool + namespace: metallb-system +spec: + addresses: + - 172.100.0.0/24 diff --git a/config-jupyterhub.yaml b/config-jupyterhub.yaml new file mode 100644 index 0000000..17a9c6a --- /dev/null +++ b/config-jupyterhub.yaml @@ -0,0 +1,10 @@ +# 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://hub.jupyter.org/helm-chart/ +#