Deploy GitHub Pages

This commit is contained in:
k8s-ci-robot 2020-12-17 12:00:07 +00:00
parent b6a46bdf86
commit 3298d999cf
3 changed files with 51 additions and 51 deletions

View file

@ -1174,7 +1174,7 @@
<h1 id="configuration-snippets">Configuration Snippets<a class="headerlink" href="#configuration-snippets" title="Permanent link"></a></h1>
<h2 id="ingress">Ingress<a class="headerlink" href="#ingress" title="Permanent link"></a></h2>
<p>The Ingress in this example adds a custom header to Nginx configuration that only applies to that specific Ingress. If you want to add headers that apply globally to all Ingresses, please have a look at <a href="../custom-headers/">this example</a>.</p>
<p>The Ingress in <a href="ingress.yaml">this example</a> adds a custom header to Nginx configuration that only applies to that specific Ingress. If you want to add headers that apply globally to all Ingresses, please have a look at <a href="../custom-headers/">this example</a>.</p>
<div class="highlight"><pre><span></span><code><span class="gp">$</span> kubectl apply -f ingress.yaml
</code></pre></div>