-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathmilvus.yaml
52 lines (52 loc) · 1.35 KB
/
milvus.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: milvus-operator
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: mlops
source:
repoURL: 'https://github.com/gruberdev/homelab.git'
path: apps/services/mlops/milvus
targetRevision: main
destination:
namespace: milvus-operator
name: in-cluster
syncPolicy:
automated:
prune: true
selfHeal: true
allowEmpty: false
managedNamespaceMetadata:
labels:
prometheus: enabled
pod-security.kubernetes.io/enforce: privileged
pod-security.kubernetes.io/audit: privileged
pod-security.kubernetes.io/warn: privileged
syncOptions:
- Validate=false
- CreateNamespace=true
- PrunePropagationPolicy=foreground
- ApplyOutOfSyncOnly=false
- Prune=true
- ServerSideApply=true
info:
- name: 'Github Repository:'
value: >-
https://github.com/zilliztech/milvus-operator
- name: 'Manifests example folder:'
value: >-
https://github.com/zilliztech/milvus-operator/tree/main/config/samples
- name: 'Official Website:'
value: >-
https://milvus.io
- name: 'Documentation:'
value: >-
https://milvus.io/docs/install_standalone-operator.md
retry:
limit: 5
backoff:
duration: 20s
factor: 2
maxDuration: 15m