Skip to content

Commit

Permalink
fix: add obc deployment for milvus
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Butler <[email protected]>
  • Loading branch information
butler54 committed Jun 20, 2024
1 parent 52406e1 commit 877a32a
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
27 changes: 27 additions & 0 deletions charts/all/milvus/templates/milvus-deployment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# apiVersion: milvus.io/v1beta1
# kind: Milvus
# metadata:
# name: milvus-test
# namespace: milvus
# labels:
# app: milvus
# spec:
# config: {}

# dependencies:
# storage:
# external:
# type: s3
# endpoint: s3.amazonaws.com


# etcd:
# inCluster:
# values:
# replicaCount: 3
# resources:
# limits:
# cpu: 1
# memory: 4Gi
# deletionPolicy: Delete
# pvcDeletion: true
13 changes: 13 additions & 0 deletions charts/all/milvus/templates/milvus-obc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{{ if .Values.clusterGroup.isHubCluster }}
apiVersion: objectbucket.io/v1alpha1
kind: ObjectBucketClaim
metadata:
name: milvus-obc
namespace: milvus
spec:
#generateBucketName: {{ .Values.dsp.name }}
bucketName: milvus
storageClassName: openshift-storage.noobaa.io
additionalConfig:
bucketclass: noobaa-default-bucket-class
{{ end }}

0 comments on commit 877a32a

Please sign in to comment.