Deploy GitHub Pages

This commit is contained in:
Travis Bot 2018-07-19 20:07:33 +00:00
parent 03330466c1
commit c9ce4104a0
2 changed files with 29 additions and 2 deletions

View file

@ -1126,6 +1126,33 @@
</tr>
</tbody>
</table>
<p>Additional available variables:</p>
<table>
<thead>
<tr>
<th>Placeholder</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><code class="codehilite">$namespace</code></td>
<td>namespace of the ingress</td>
</tr>
<tr>
<td><code class="codehilite">$ingress_name</code></td>
<td>name of the ingress</td>
</tr>
<tr>
<td><code class="codehilite">$service_name</code></td>
<td>name of the service</td>
</tr>
<tr>
<td><code class="codehilite">$service_port</code></td>
<td>port of the service</td>
</tr>
</tbody>
</table>
<p>Sources:</p>
<ul>
<li><a href="http://nginx.org/en/docs/http/ngx_http_upstream_module.html#variables">Upstream variables</a></li>