File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -141,8 +141,26 @@ memcached:
141
141
idEditor :
142
142
enabled : false
143
143
144
+ # ====================================================================================================
145
+ # Variables for full-history container
146
+ # ====================================================================================================
144
147
fullHistory :
145
- enabled : false
148
+ enabled : true
149
+ nodeSelector :
150
+ enabled : true
151
+ label_key : nodegroup-type
152
+ label_value : ohm-non-tiler
153
+ schedule : ' * */24 * * *'
154
+ env :
155
+ OVERWRITE_FHISTORY_FILE : false
156
+ resources :
157
+ enabled : false
158
+ requests :
159
+ memory : " 14Gi"
160
+ cpu : " 4"
161
+ limits :
162
+ memory : " 16Gi"
163
+ cpu : " 4"
146
164
147
165
# ====================================================================================================
148
166
# Variables for osm-seed database backup and restore
You can’t perform that action at this time.
0 commit comments