Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding SQL and Milvus services #83

Open
wants to merge 45 commits into
base: development
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
fd0b6d0
First Commit
GiladShapira94 Sep 20, 2023
562d14e
add if condition to workflow PriorityClass
GiladShapira94 Sep 20, 2023
8a9a39b
fix mlrun ce minio url when using namespace != mlrun
GiladShapira94 Sep 24, 2023
8b98d40
fix jupyter s3 and minio credentials and adding key value env for jup…
GiladShapira94 Sep 24, 2023
1211ce3
fix jupyter configmaps
GiladShapira94 Sep 26, 2023
62747d9
fix
GiladShapira94 Sep 26, 2023
1f4c68e
fix
GiladShapira94 Sep 26, 2023
9373ae7
adding values files
GiladShapira94 Sep 27, 2023
e783f74
fix mpi operator
GiladShapira94 Sep 27, 2023
9c3d806
adding pipeline nodePort value
GiladShapira94 Sep 28, 2023
d2daef3
fix remove nuclio platform in cluster install
GiladShapira94 Sep 28, 2023
77f9f1a
fix
GiladShapira94 Sep 28, 2023
34d1292
fix ml pipeline config map
GiladShapira94 Sep 28, 2023
a0b1440
fix pipeline minio endpoint
GiladShapira94 Sep 28, 2023
38fa104
fix pipeline
GiladShapira94 Sep 28, 2023
a966f4b
fix pipeline
GiladShapira94 Sep 28, 2023
f079324
test
GiladShapira94 Sep 28, 2023
c6721a9
fix
GiladShapira94 Oct 1, 2023
7bd2b70
fix
GiladShapira94 Oct 1, 2023
4991c41
fix pipeline ui in note.txt
GiladShapira94 Oct 1, 2023
34677d0
fix Prometheus and Grafana nodeports in note.txt
GiladShapira94 Oct 1, 2023
c12b536
remove mpi operator condition and upgrade mlrun version
GiladShapira94 Oct 1, 2023
72976ff
adding cluster_ip values for test
GiladShapira94 Oct 2, 2023
72b0c38
adding limit to my sql deployments
GiladShapira94 Oct 3, 2023
34b5a90
fix
GiladShapira94 Oct 4, 2023
bdee05e
fix
GiladShapira94 Oct 4, 2023
afa3ac0
Update ml-pipeline-visualizationserver.yaml
eliyahu77 Oct 17, 2023
a5b4968
Update ml-pipeline-ui.yaml
eliyahu77 Oct 17, 2023
cc75d86
Update deployment.yaml
eliyahu77 Oct 18, 2023
173b0e3
change values files
GiladShapira94 Oct 18, 2023
6537916
fix mlrun ui node port
GiladShapira94 Oct 18, 2023
e79ddc4
fix mlrun ui node port
GiladShapira94 Oct 18, 2023
cd4b250
fix
GiladShapira94 Oct 18, 2023
8e4c2ab
add sql service
GiladShapira94 Oct 19, 2023
a75664d
fix
GiladShapira94 Oct 19, 2023
eb2991c
fix
GiladShapira94 Oct 19, 2023
c8a2a0a
fix
GiladShapira94 Oct 19, 2023
4123228
fix
GiladShapira94 Oct 19, 2023
e57b2bf
fix
GiladShapira94 Oct 19, 2023
b12e1e1
fix
GiladShapira94 Oct 19, 2023
f00759e
fix
GiladShapira94 Oct 19, 2023
333bcf5
Merge remote-tracking branch 'origin/development' into adding_sql_milvus
GiladShapira94 Nov 21, 2023
b1e600b
fix after merge
GiladShapira94 Nov 21, 2023
4d46536
fix after merge
GiladShapira94 Nov 21, 2023
973e767
fix after merge
GiladShapira94 Nov 21, 2023
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
Prev Previous commit
Next Next commit
adding values files
  • Loading branch information
GiladShapira94 committed Sep 27, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 9373ae77a5808f8387553cba4aa1522f74b5559d
406 changes: 406 additions & 0 deletions charts/mlrun-ce/cluster_installation_values.yaml

Large diffs are not rendered by default.

406 changes: 406 additions & 0 deletions charts/mlrun-ce/non_cluster_installtion_values.yaml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if .Values.pipelines.enabled -}}
{{- if .Values.pipelines.crd.enabled -}}
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if .Values.pipelines.enabled -}}
{{- if and (.Values.pipelines.crd.enabled) (eq .Values.pipelines.scope "cluster") -}}
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if .Values.pipelines.enabled -}}
{{- if .Values.pipelines.crd.enabled -}}
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if .Values.pipelines.enabled -}}
{{- if .Values.pipelines.crd.enabled -}}
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if .Values.pipelines.enabled -}}
{{- if .Values.pipelines.crd.enabled -}}
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if .Values.pipelines.enabled -}}
{{- if .Values.pipelines.crd.enabled -}}
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if .Values.pipelines.enabled -}}
{{- if .Values.pipelines.crd.enabled -}}
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if .Values.pipelines.enabled -}}
{{- if .Values.pipelines.crd.enabled -}}
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if .Values.pipelines.enabled -}}
{{- if .Values.pipelines.crd.enabled -}}
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if .Values.pipelines.enabled -}}
{{- if .Values.pipelines.crd.enabled -}}
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if .Values.pipelines.enabled -}}
{{- if .Values.pipelines.priority_class.enabled -}}
apiVersion: scheduling.k8s.io/v1
kind: PriorityClass
metadata:
9 changes: 7 additions & 2 deletions charts/mlrun-ce/values.yaml
Original file line number Diff line number Diff line change
@@ -257,6 +257,11 @@ spark-operator:
pipelines:
enabled: true
name: pipelines
scope: "namespaced"
crd:
enabled: true
priority_class:
enabled: true
persistence:
enabled: true
existingClaim:
@@ -353,12 +358,12 @@ kube-prometheus-stack:
enabled: true
service:
type: NodePort
nodePort: 30110
nodePort: 30010
prometheus:
enabled: true
service:
type: NodePort
nodePort: 30120
nodePort: 30020
prometheusSpec:
storageSpec:
volumeClaimTemplate: