Skip to content

Commit

Permalink
fix: Readd deployment
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 6ab798c commit c75e4de
Showing 1 changed file with 34 additions and 34 deletions.
68 changes: 34 additions & 34 deletions charts/all/milvus-operator/templates/milvus-deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
# apiVersion: milvus.io/v1beta1
# kind: Milvus
# metadata:
# name: milvus-test
# namespace: milvus
# labels:
# app: milvus
# spec:
# config:
# minio:
# # your bucket name
# bucketName: milvus
# # Optional, config the prefix of the bucket milvus will use
# rootPath: test-v1
# useSSL: true
# dependencies:
# storage:
# # enable external object storage
# external: true
# type: S3 # MinIO | S3
# # the endpoint of AWS S3
# endpoint: s3.openshift-storage.svc:443
# # the secret storing the access key and secret key
# secretRef: "milvus-obc-clean"
# etcd:
# inCluster:
# values:
# replicaCount: 3
# resources:
# limits:
# cpu: 1
# memory: 4Gi
# deletionPolicy: Delete
# pvcDeletion: true
apiVersion: milvus.io/v1beta1
kind: Milvus
metadata:
name: milvus-test
namespace: milvus
labels:
app: milvus
spec:
config:
minio:
# your bucket name
bucketName: milvus
# Optional, config the prefix of the bucket milvus will use
rootPath: test-v1
useSSL: true
dependencies:
storage:
# enable external object storage
external: true
type: S3 # MinIO | S3
# the endpoint of AWS S3
endpoint: s3.openshift-storage.svc:443
# the secret storing the access key and secret key
secretRef: "milvus-obc-clean"
etcd:
inCluster:
values:
replicaCount: 3
resources:
limits:
cpu: 1
memory: 4Gi
deletionPolicy: Delete
pvcDeletion: true

0 comments on commit c75e4de

Please sign in to comment.