Skip to content

Commit 2064540

Browse files
authored
Merge pull request #4693 from vespa-engine/kkraune/minor
Easier navigation to the variants
2 parents 0ab1a9a + d043ba3 commit 2064540

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

en/reference/applications/services/services.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,24 @@ <h2 id="gpu">&lt;gpu&gt;</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 &lt;config&gt;</h2>
290308

291309
<p>Most elements in <em>services.xml</em> accept a sub-element named <em>config</em>.

0 commit comments

Comments
 (0)