Skip to content

Commit

Permalink
add Seldon Core V2 2.1.0 helm charts (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalSkolasinski authored Feb 3, 2023
1 parent 15f5727 commit a8b93a2
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions helm-charts/seldon-core-v2-crds/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: v1
appVersion: 2.1.0
appVersion: 2.2.0
description: Seldon Core V2 CRDs
keywords:
- kubernetes
- machine-learning
- mlops
name: seldon-core-v2-crds
version: 2.1.0
version: 2.2.0
4 changes: 2 additions & 2 deletions helm-charts/seldon-core-v2-servers/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: v1
appVersion: 2.1.0
appVersion: 2.2.0
description: Seldon Core V2 Servers
keywords:
- kubernetes
- machine-learning
- mlops
name: seldon-core-v2-servers
version: 2.1.0
version: 2.2.0
4 changes: 2 additions & 2 deletions helm-charts/seldon-core-v2-setup/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: v1
appVersion: 2.1.0
appVersion: 2.2.0
description: Seldon Core V2 Setup
keywords:
- kubernetes
- machine-learning
- mlops
name: seldon-core-v2-setup
version: 2.1.0
version: 2.2.0
Original file line number Diff line number Diff line change
Expand Up @@ -1404,7 +1404,7 @@ spec:
protocol: TCP
readinessProbe:
httpGet:
path: /v2/health/ready
path: /v2/health/live
port: server-http
initialDelaySeconds: 5
periodSeconds: 5
Expand All @@ -1417,7 +1417,7 @@ spec:
startupProbe:
failureThreshold: 10
httpGet:
path: /v2/health/ready
path: /v2/health/live
port: server-http
periodSeconds: 10
volumeMounts:
Expand Down Expand Up @@ -1643,7 +1643,7 @@ spec:
name: server-metrics
readinessProbe:
httpGet:
path: /v2/health/ready
path: /v2/health/live
port: server-http
initialDelaySeconds: 5
periodSeconds: 5
Expand All @@ -1656,7 +1656,7 @@ spec:
startupProbe:
failureThreshold: 10
httpGet:
path: /v2/health/ready
path: /v2/health/live
port: server-http
periodSeconds: 10
volumeMounts:
Expand Down
18 changes: 9 additions & 9 deletions helm-charts/seldon-core-v2-setup/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ hodometer:
pullPolicy: IfNotPresent
registry: docker.io
repository: seldonio/seldon-hodometer
tag: 2.1.0
tag: 2.2.0
logLevel: info
metricsLevel: feature
extraPublishUrls: ""
Expand Down Expand Up @@ -112,7 +112,7 @@ modelgateway:
pullPolicy: IfNotPresent
registry: docker.io
repository: seldonio/seldon-modelgateway
tag: 2.1.0
tag: 2.2.0
workers: 8
resources:
cpu: 100m
Expand All @@ -128,7 +128,7 @@ pipelinegateway:
pullPolicy: IfNotPresent
registry: docker.io
repository: seldonio/seldon-pipelinegateway
tag: 2.1.0
tag: 2.2.0
resources:
cpu: 100m
memory: 1G
Expand All @@ -143,7 +143,7 @@ dataflow:
pullPolicy: IfNotPresent
registry: docker.io
repository: seldonio/seldon-dataflow-engine
tag: 2.1.0
tag: 2.2.0
cores: 4
resources:
cpu: 100m
Expand All @@ -159,7 +159,7 @@ controller:
pullPolicy: IfNotPresent
registry: docker.io
repository: seldonio/seldonv2-controller
tag: 2.1.0
tag: 2.2.0
resources:
cpu: 10m
memory: 64Mi
Expand All @@ -174,7 +174,7 @@ envoy:
pullPolicy: IfNotPresent
registry: docker.io
repository: seldonio/seldon-envoy
tag: 2.1.0
tag: 2.2.0
resources:
cpu: 100m
memory: 128Mi
Expand All @@ -191,7 +191,7 @@ scheduler:
pullPolicy: IfNotPresent
registry: docker.io
repository: seldonio/seldon-scheduler
tag: 2.1.0
tag: 2.2.0
resources:
cpu: 100m
memory: 1Gi
Expand All @@ -218,7 +218,7 @@ serverConfig:
pullPolicy: IfNotPresent
registry: docker.io
repository: seldonio/seldon-rclone
tag: 2.1.0
tag: 2.2.0
resources:
cpu: 50m
memory: 128Mi
Expand All @@ -228,7 +228,7 @@ serverConfig:
pullPolicy: IfNotPresent
registry: docker.io
repository: seldonio/seldon-agent
tag: 2.1.0
tag: 2.2.0
overcommitPercentage: "10"
scalingStatsPeriodSeconds: "20"
modelInferenceLagThreshold: "30"
Expand Down

0 comments on commit a8b93a2

Please sign in to comment.