Skip to content

Commit

Permalink
feat: add pyspark jupyter notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
reinthal committed Feb 22, 2025
1 parent 4127367 commit 9ffde6a
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/base/kubeflow/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ namespace: kubeflow
resources:
- spark.yaml
- meta.yaml
- pyspark.yaml
# frontend
#- ingress.yaml
33 changes: 33 additions & 0 deletions apps/base/kubeflow/pyspark.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
metadata:
name: jupyter
namespace: kubeflow
spec:
interval: 24h
url: https://jupyterhub.github.io/helm-chart/
---
apiVersion: helm.toolkit.fluxcd.io/v2beta2
kind: HelmRelease
metadata:
name: jupyter
namespace: kubeflow
spec:
interval: 5m
chart:
spec:
chart: jupyter
version: "2.0.0"
sourceRef:
kind: HelmRepository
name: jupyter
namespace: kubeflow
interval: 24h
values:
singleuser:
image:
name: jupyter/pyspark-notebook
tag: latest
serviceAccountName: spark-operator-spark

0 comments on commit 9ffde6a

Please sign in to comment.