File tree Expand file tree Collapse file tree
en/reference/applications/services Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -286,6 +286,24 @@ <h2 id="gpu"><gpu></h2>
286286{% endhighlight %}</ pre >
287287
288288
289+
290+ < h2 id ="zone-specific-configuration "> Zone-specific configuration</ h2 >
291+ < p >
292+ Use < em > deployment variants</ em > to express configuration like:
293+ </ p >
294+ < pre > {% highlight xml %}
295+ < nodes deploy:environment ="prod "
296+ deploy:region ="aws-use1-az4 "
297+ count ="20 ">
298+ < resources vcpu ="4 " memory ="16Gb " disk ="125Gb "/>
299+ </ nodes >
300+ {% endhighlight %}</ pre >
301+ < p >
302+ Refer to < a href ="../../../operations/deployment-variants.html "> deployment variants</ a > for details and more options.
303+ </ p >
304+
305+
306+
289307< h2 id ="generic-config "> Generic configuration using <config></ h2 >
290308
291309< p > Most elements in < em > services.xml</ em > accept a sub-element named < em > config</ em > .
You can’t perform that action at this time.
0 commit comments