@@ -21,6 +21,7 @@ georchestra:
21
21
# registry_secret: default
22
22
service :
23
23
annotations : {}
24
+ tolerations : []
24
25
cas :
25
26
enabled : true
26
27
replicaCount : " 1"
@@ -29,6 +30,7 @@ georchestra:
29
30
# registry_secret: default
30
31
service :
31
32
annotations : {}
33
+ tolerations : []
32
34
console :
33
35
enabled : true
34
36
replicaCount : " 1"
@@ -38,6 +40,7 @@ georchestra:
38
40
# registry_secret: default
39
41
service :
40
42
annotations : {}
43
+ tolerations : []
41
44
datafeeder :
42
45
enabled : true # won't deploy if datafeeder_frontend is not enable
43
46
replicaCount : " 1"
@@ -52,6 +55,7 @@ georchestra:
52
55
enabled : true
53
56
service :
54
57
annotations : {}
58
+ tolerations : []
55
59
datafeeder_frontend :
56
60
# Matches datafeeder/import-xxx.yaml templates in the helm chart
57
61
enabled : true # won't deploy if datafeeder is not enable
@@ -62,6 +66,7 @@ georchestra:
62
66
# registry_secret: default
63
67
service :
64
68
annotations : {}
69
+ tolerations : []
65
70
geonetwork :
66
71
enabled : true
67
72
replicaCount : " 1"
@@ -77,6 +82,7 @@ georchestra:
77
82
# container extra volume. It should match an item from the extra_volumes.name
78
83
# variable above.
79
84
extra_volumeMounts : []
85
+ tolerations : []
80
86
ogc_api_records :
81
87
enabled : true
82
88
replicaCount : " 1"
@@ -86,6 +92,7 @@ georchestra:
86
92
enabled : true
87
93
service :
88
94
annotations : {}
95
+ tolerations : []
89
96
elasticsearch :
90
97
replicaCount : " 1"
91
98
resources :
@@ -96,11 +103,13 @@ georchestra:
96
103
image : docker.elastic.co/elasticsearch/elasticsearch:7.17.21
97
104
service :
98
105
annotations : {}
106
+ tolerations : []
99
107
kibana :
100
108
replicaCount : " 1"
101
109
image : docker.elastic.co/kibana/kibana:7.15.1
102
110
service :
103
111
annotations : {}
112
+ tolerations : []
104
113
# automatically clean some logs of geonetwork
105
114
housekeeping :
106
115
harvester_logs :
@@ -121,6 +130,7 @@ georchestra:
121
130
# container extra volume. It should match an item from the extra_volumes.name
122
131
# variable above.
123
132
extra_volumeMounts : []
133
+ tolerations : []
124
134
# registry_secret: default
125
135
service :
126
136
annotations : {}
@@ -131,13 +141,15 @@ georchestra:
131
141
enabled : true
132
142
docker_image : georchestra/geowebcache:latest
133
143
extra_environment : []
144
+ tolerations : []
134
145
service :
135
146
annotations : {}
136
147
header :
137
148
enabled : true
138
149
replicaCount : " 1"
139
150
docker_image : georchestra/header:latest
140
151
extra_environment : []
152
+ tolerations : []
141
153
# registry_secret: default
142
154
service :
143
155
annotations : {}
@@ -148,6 +160,7 @@ georchestra:
148
160
# registry_secret: default
149
161
# no need to put the original command already managed
150
162
extra_environment : []
163
+ tolerations : []
151
164
command : []
152
165
args : []
153
166
lifecycle : {}
@@ -169,6 +182,7 @@ georchestra:
169
182
# registry_secret: default
170
183
service :
171
184
annotations : {}
185
+ tolerations : []
172
186
proxy :
173
187
enabled : false
174
188
replicaCount : " 1"
@@ -180,6 +194,7 @@ georchestra:
180
194
enabled : true
181
195
service :
182
196
annotations : {}
197
+ tolerations : []
183
198
gateway :
184
199
enabled : true
185
200
replicaCount : " 1"
@@ -189,6 +204,7 @@ georchestra:
189
204
extra_environment : []
190
205
service :
191
206
annotations : {}
207
+ tolerations : []
192
208
datadir :
193
209
volume :
194
210
- name : georchestra-datadir
0 commit comments