feat(halo): 增加halo配置 & 优化apps结构
这个提交包含在:
@@ -0,0 +1,33 @@
|
||||
apiVersion: helm.cattle.io/v1
|
||||
kind: HelmChart
|
||||
metadata:
|
||||
name: milvus
|
||||
namespace: infra-data
|
||||
spec:
|
||||
repo: https://zilliztech.github.io/milvus-helm/
|
||||
chart: milvus
|
||||
targetNamespace: infra-data
|
||||
version: 4.2.0
|
||||
valuesContent: |-
|
||||
cluster:
|
||||
enabled: false
|
||||
etcd:
|
||||
enabled: false
|
||||
pulsar:
|
||||
enabled: false
|
||||
minio:
|
||||
enabled: false
|
||||
tls:
|
||||
enabled: false
|
||||
extraConfigFiles:
|
||||
user.yaml: |+
|
||||
etcd:
|
||||
use:
|
||||
embed: true
|
||||
data:
|
||||
dir: /var/lib/milvus/etcd
|
||||
common:
|
||||
storageType: local
|
||||
security:
|
||||
authorizationEnabled: false
|
||||
|
||||
在新议题中引用
屏蔽一个用户