Deploy GitHub Pages
This commit is contained in:
parent
cf02fca93e
commit
03330466c1
8 changed files with 61 additions and 60 deletions
|
|
@ -1076,7 +1076,7 @@ It's important the file generated is named <code class="codehilite">auth</code>
|
|||
<span class="gp"> #</span> name of the secret that contains the user/password definitions
|
||||
<span class="go"> nginx.ingress.kubernetes.io/auth-secret: basic-auth</span>
|
||||
<span class="gp"> #</span> message to display with an appropriate context why the authentication is required
|
||||
<span class="go"> nginx.ingress.kubernetes.io/auth-realm: "Authentication Required - foo"</span>
|
||||
<span class="go"> nginx.ingress.kubernetes.io/auth-realm: 'Authentication Required - foo'</span>
|
||||
<span class="go">spec:</span>
|
||||
<span class="go"> rules:</span>
|
||||
<span class="go"> - host: foo.bar.com</span>
|
||||
|
|
|
|||
|
|
@ -1098,7 +1098,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="../../../../docs/examples/customization/custom-headers">this example</a>.</p>
|
||||
<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="../../../../examples/customization/custom-headers/README">this example</a>.</p>
|
||||
<div class="codehilite"><pre><span></span><span class="gp">$</span> kubectl apply -f ingress.yaml
|
||||
</pre></div>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ spec:
|
|||
# hostNetwork: true
|
||||
terminationGracePeriodSeconds: 60
|
||||
containers:
|
||||
- image: quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.16.2
|
||||
- image: quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.17.1
|
||||
name: nginx-ingress-controller
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue