Skip to content

Commit

Permalink
Merge pull request #313 from mbaldessari/quick-fixes
Browse files Browse the repository at this point in the history
More cleanups
  • Loading branch information
mbaldessari authored Nov 27, 2024
2 parents dd15423 + 1d5b373 commit c386a79
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ objects:
grpcDataEndpoint: 'port:8001'
containers:
- name: mlserver
image: 'seldonio/mlserver:1.3.5'
image: 'docker.io/seldonio/mlserver:1.3.5'
env:
- name: MLSERVER_MODELS_DIR
value: /models/_mlserver_models/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
value: 127.0.0.1
- name: MLSERVER_GRPC_MAX_MESSAGE_LENGTH
value: '-1'
image: 'seldonio/mlserver:1.3.5'
image: 'docker.io/seldonio/mlserver:1.3.5'
name: mlserver
resources:
limits:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ data:
s3.region=none
s3.bucket.name={{ .Values.kafka.s3.bucket }}
s3.message.aggregation.count={{ .Values.global.s3.bucket.message.aggregation.count }}
s3.message.aggregation.count={{ .Values.kafka.s3.message.aggregation.count }}
s3.custom.endpoint.enabled=true
# Convert this directory into a helm chart and use templating to set this
s3.custom.endpoint.url={{ .Values.kafka.s3.endpointurl }}
9 changes: 3 additions & 6 deletions charts/datacenter/manuela-data-lake/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@ global:
clustername: datacenter-XXXXX
domain: BASEDOMAIN

s3:
bucket:
message:
aggregation:
count: 50

clusterGroup:
name: datacenter
isHubCluster: true
Expand All @@ -34,6 +28,9 @@ kafka:
s3:
bucket: anomaly-detection
endpointurl: http://s3.openshift-storage.svc
message:
aggregation:
count: 50
broker:
uri: "prod-kafka-cluster-kafka-bootstrap.manuela-data-lake.svc:9092"
topic:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
value: 127.0.0.1
- name: MLSERVER_GRPC_MAX_MESSAGE_LENGTH
value: '-1'
image: 'seldonio/mlserver:1.3.5'
image: 'docker.io/seldonio/mlserver:1.3.5'
name: mlserver
resources:
limits:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ data:
local.cluster.name={{ .Values.global.localClusterDomain }}
s3.region=none
s3.bucket.name={{ .Values.kafka.s3.bucket }}
s3.message.aggregation.count={{ .Values.global.s3.bucket.message.aggregation.count }}
s3.message.aggregation.count={{ .Values.kafka.s3.message.aggregation.count }}
s3.custom.endpoint.enabled=true
# Convert this directory into a helm chart and use templating to set this
s3.custom.endpoint.url={{ .Values.kafka.s3.endpointurl }}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if .Values.clusterGroup.isHubCluster }}
{{- if and .Values.clusterGroup .Values.clusterGroup.isHubCluster }}
{{- if .Values.global.originURL }}
---
apiVersion: "external-secrets.io/v1beta1"
Expand Down
10 changes: 4 additions & 6 deletions charts/datacenter/manuela-tst/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ global:
hostname: quay.io
type: quay

s3:
bucket:
message:
aggregation:
count: 50

secretStore:
name: vault-backend
kind: ClusterSecretStore
Expand Down Expand Up @@ -42,6 +36,10 @@ kafka:
s3:
bucket: anomaly-detection
endpointurl: http://s3.openshift-storage.svc
message:
aggregation:
count: 50

broker:
uri: "dev-kafka-cluster-kafka-bootstrap.manuela-tst-all.svc:9092"
topic:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
value: 127.0.0.1
- name: MLSERVER_GRPC_MAX_MESSAGE_LENGTH
value: '-1'
image: 'seldonio/mlserver:1.3.5'
image: 'docker.io/seldonio/mlserver:1.3.5'
name: mlserver
resources:
limits:
Expand Down
6 changes: 0 additions & 6 deletions values-global.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,3 @@ global:
email: [email protected]
# Branch used for the manuela-dev repository
dev_revision: main

s3:
bucket:
message:
aggregation:
count: 50

0 comments on commit c386a79

Please sign in to comment.