Skip to content
Open
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
23 changes: 23 additions & 0 deletions charts/marimo-pyspark/.helmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*.orig
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
19 changes: 19 additions & 0 deletions charts/marimo-pyspark/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
apiVersion: v2
name: marimo-pyspark
description: Marimo reactive Python notebook with PySpark support.
icon: https://minio.lab.sspcloud.fr/projet-onyxia/assets/servicesImg/marimo.png
keywords:
- Marimo
- Python
- Spark
- VTL
home: https://marimo.io/
sources:
- https://github.com/InseeFrLab/images-datascience
- https://github.com/InseeFrLab/helm-charts-interactive-services
type: application
version: 0.0.1
dependencies:
- name: library-chart
version: 2.0.4
repository: https://inseefrlab.github.io/helm-charts-interactive-services
Empty file added charts/marimo-pyspark/README.md
Empty file.
1 change: 1 addition & 0 deletions charts/marimo-pyspark/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{- template "library-chart.notes" (dict "serviceName" "Marimo (Python + Spark)" "context" $) -}}
1 change: 1 addition & 0 deletions charts/marimo-pyspark/templates/configmap-repository.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{ include "library-chart.configMapRepository" . }}
1 change: 1 addition & 0 deletions charts/marimo-pyspark/templates/ingress-sparkui.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{ include "library-chart.ingressSpark" . }}
1 change: 1 addition & 0 deletions charts/marimo-pyspark/templates/ingress-user.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{ include "library-chart.ingressUser" . }}
1 change: 1 addition & 0 deletions charts/marimo-pyspark/templates/ingress.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{ include "library-chart.ingress" . }}
1 change: 1 addition & 0 deletions charts/marimo-pyspark/templates/networkpolicy-ingress.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{ include "library-chart.networkPolicyIngress" . }}
1 change: 1 addition & 0 deletions charts/marimo-pyspark/templates/networkpolicy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{ include "library-chart.networkPolicy" . }}
1 change: 1 addition & 0 deletions charts/marimo-pyspark/templates/pvc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{ include "library-chart.persistentVolumeClaim" . }}
1 change: 1 addition & 0 deletions charts/marimo-pyspark/templates/role-binding-scc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{ include "library-chart.roleBindingSCC" . }}
1 change: 1 addition & 0 deletions charts/marimo-pyspark/templates/role-binding.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{ include "library-chart.roleBinding" . }}
1 change: 1 addition & 0 deletions charts/marimo-pyspark/templates/route-sparkui.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{ include "library-chart.routeSpark" . }}
1 change: 1 addition & 0 deletions charts/marimo-pyspark/templates/route-user.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{ include "library-chart.routeUser" . }}
1 change: 1 addition & 0 deletions charts/marimo-pyspark/templates/route.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{ include "library-chart.route" . }}
1 change: 1 addition & 0 deletions charts/marimo-pyspark/templates/secret-assistant.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{ include "library-chart.secretAssistant" . }}
1 change: 1 addition & 0 deletions charts/marimo-pyspark/templates/secret-cacerts.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{ include "library-chart.secretCacerts" . }}
1 change: 1 addition & 0 deletions charts/marimo-pyspark/templates/secret-chromadb.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{ include "library-chart.secretChromaDB" . }}
1 change: 1 addition & 0 deletions charts/marimo-pyspark/templates/secret-coresite.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{ include "library-chart.secretCoreSite" . }}
1 change: 1 addition & 0 deletions charts/marimo-pyspark/templates/secret-extraenv.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{ include "library-chart.secretExtraEnv" . }}
1 change: 1 addition & 0 deletions charts/marimo-pyspark/templates/secret-git.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{ include "library-chart.secretGit" . }}
1 change: 1 addition & 0 deletions charts/marimo-pyspark/templates/secret-hive.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{ include "library-chart.secretHive" . }}
1 change: 1 addition & 0 deletions charts/marimo-pyspark/templates/secret-ivysettings.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{ include "library-chart.secretIvySettings" . }}
1 change: 1 addition & 0 deletions charts/marimo-pyspark/templates/secret-metaflow.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{ include "library-chart.secretMetaflow" . }}
1 change: 1 addition & 0 deletions charts/marimo-pyspark/templates/secret-milvus.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{ include "library-chart.secretMilvus" . }}
1 change: 1 addition & 0 deletions charts/marimo-pyspark/templates/secret-mlflow.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{ include "library-chart.secretMLFlow" . }}
1 change: 1 addition & 0 deletions charts/marimo-pyspark/templates/secret-postgresql.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{ include "library-chart.secretPostgreSQL" . }}
1 change: 1 addition & 0 deletions charts/marimo-pyspark/templates/secret-proxy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{ include "library-chart.secretProxy" . }}
1 change: 1 addition & 0 deletions charts/marimo-pyspark/templates/secret-s3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{ include "library-chart.secretS3" . }}
1 change: 1 addition & 0 deletions charts/marimo-pyspark/templates/secret-sparkconf.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{ include "library-chart.secretSparkConf" . }}
1 change: 1 addition & 0 deletions charts/marimo-pyspark/templates/secret-token.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{ include "library-chart.secretToken" . }}
1 change: 1 addition & 0 deletions charts/marimo-pyspark/templates/secret-vault.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{ include "library-chart.secretVault" . }}
1 change: 1 addition & 0 deletions charts/marimo-pyspark/templates/service.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{ include "library-chart.service" . }}
1 change: 1 addition & 0 deletions charts/marimo-pyspark/templates/serviceaccount.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{ include "library-chart.serviceAccount" . }}
Loading