chore: import upstream snapshot with attribution
Build and test / Build and test AMD64 Ubuntu 22.04 (push) Failing after 0s
Publish Builder / amazonlinux2023 (push) Failing after 1s
Build and test / UT for Go (push) Has been skipped
Publish KRTE Images / KRTE (push) Failing after 1s
Build and test / Integration Test (push) Has been skipped
Build and test / Upload Code Coverage (push) Has been skipped
Publish Builder / rockylinux9 (push) Failing after 1s
Publish Builder / ubuntu22.04 (push) Failing after 0s
Publish Builder / ubuntu24.04 (push) Failing after 0s
Publish Gpu Builder / publish-gpu-builder (push) Failing after 1s
Publish Test Images / PyTest (push) Failing after 0s
Build and test / UT for Cpp (push) Has been cancelled
Build and test / Build and test AMD64 Ubuntu 22.04 (push) Failing after 0s
Publish Builder / amazonlinux2023 (push) Failing after 1s
Build and test / UT for Go (push) Has been skipped
Publish KRTE Images / KRTE (push) Failing after 1s
Build and test / Integration Test (push) Has been skipped
Build and test / Upload Code Coverage (push) Has been skipped
Publish Builder / rockylinux9 (push) Failing after 1s
Publish Builder / ubuntu22.04 (push) Failing after 0s
Publish Builder / ubuntu24.04 (push) Failing after 0s
Publish Gpu Builder / publish-gpu-builder (push) Failing after 1s
Publish Test Images / PyTest (push) Failing after 0s
Build and test / UT for Cpp (push) Has been cancelled
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
apiVersion: milvus.io/v1alpha1
|
||||
kind: MilvusCluster
|
||||
metadata:
|
||||
name: my-release
|
||||
labels:
|
||||
app: milvus
|
||||
spec:
|
||||
components:
|
||||
image: milvusdb/milvus:master-latest
|
||||
config:
|
||||
knowhere:
|
||||
simdType: avx2
|
||||
dependencies:
|
||||
etcd:
|
||||
inCluster:
|
||||
deletionPolicy: Delete
|
||||
pvcDeletion: true
|
||||
values:
|
||||
replicaCount: 1
|
||||
pulsar:
|
||||
inCluster:
|
||||
deletionPolicy: Delete
|
||||
pvcDeletion: true
|
||||
values:
|
||||
components:
|
||||
autorecovery: false
|
||||
zookeeper:
|
||||
replicaCount: 1
|
||||
bookkeeper:
|
||||
replicaCount: 1
|
||||
broker:
|
||||
replicaCount: 1
|
||||
configData:
|
||||
## Enable `autoSkipNonRecoverableData` since bookkeeper is running
|
||||
## without persistence
|
||||
autoSkipNonRecoverableData: "true"
|
||||
managedLedgerDefaultEnsembleSize: "1"
|
||||
managedLedgerDefaultWriteQuorum: "1"
|
||||
managedLedgerDefaultAckQuorum: "1"
|
||||
proxy:
|
||||
replicaCount: 1
|
||||
storage:
|
||||
inCluster:
|
||||
deletionPolicy: Delete
|
||||
pvcDeletion: true
|
||||
values:
|
||||
mode: standalone
|
||||
Reference in New Issue
Block a user