-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathcandidates.yaml
112 lines (112 loc) · 2.43 KB
/
candidates.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
spec:
affinity:
podAntiAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
candidates:
- - labelSelector:
matchExpressions:
- key: app.kubernetes.io/name
operator: In
values:
- test-cluster
topologyKey: kubernetes.io/hostname
- null
podAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
candidates:
- - labelSelector:
matchExpressions:
- key: app.kubernetes.io/name
operator: In
values:
- test-cluster
topologyKey: kubernetes.io/hostname
- null
image:
candidates:
- "rabbitmq:3.8.21-management"
- "rabbitmq:latest"
- "rabbitmq:3.9-management"
- null
imagePullSecrets:
candidates:
- null
persistence:
candidates:
- storage: "50Gi"
- storage: "10Gi"
- storage: "20Gi"
rabbitmq:
additionalConfig:
candidates:
- |
cluster_partition_handling = pause_minority
vm_memory_high_watermark_paging_ratio = 0.99
disk_free_limit.relative = 1.0
collect_statistics_interval = 10000
- |
cluster_partition_handling = pause_minority
vm_memory_high_watermark_paging_ratio = 0.99
disk_free_limit.relative = 1.0
replicas:
candidates:
- 1
- 2
- 3
resources:
candidates:
- requests:
cpu: 1
memory: 4Gi
limits:
cpu: 1
memory: 4Gi
- requests:
cpu: 2
memory: 6Gi
limits:
cpu: 2
memory: 6Gi
- requests:
cpu: "1.5"
memory: 5Gi
limits:
cpu: "1.5"
memory: 5Gi
secretBackend:
candidates:
- null
service:
type:
candidates:
- null
- ClusterIP
- LoadBalancer
- NodePort
annotations:
candidates:
- key1: value1
- key2: value2
skipPostDeploySteps:
candidates:
- true
- false
terminationGracePeriodSeconds:
candidates:
- 1024
- 2048
- 4096
tls:
caSecretName:
candidates:
- null
disableNonTLSListeners:
candidates:
- true
- false
secretName:
candidates:
- null
tolerations:
candidates:
- null