Deploy GitHub Pages

This commit is contained in:
Travis Bot 2019-03-08 00:36:59 +00:00
parent 33d6ce7646
commit 39f40f24fb
51 changed files with 678 additions and 79 deletions

View file

@ -527,6 +527,18 @@
<li class="md-nav__item">
<a href="../../../user-guide/basic-usage/" title="Basic usage" class="md-nav__link">
Basic usage
</a>
</li>
<li class="md-nav__item">
<a href="../../../user-guide/nginx-configuration/annotations/" title="Annotations" class="md-nav__link">
Annotations
@ -1184,11 +1196,6 @@
<td>string (default to INGRESSCOOKIE)</td>
</tr>
<tr>
<td>nginx.ingress.kubernetes.io/session-cookie-hash</td>
<td>Type of hash that will be used in cookie value</td>
<td>sha1/md5/index</td>
</tr>
<tr>
<td>nginx.ingress.kubernetes.io/session-cookie-expires</td>
<td>The value is a date as UNIX timestamp that the cookie will expire on, it corresponds to cookie Expires directive</td>
<td>number of seconds</td>
@ -1218,7 +1225,6 @@
<span class="go"> / nginx-service:80 (&lt;none&gt;)</span>
<span class="go">Annotations:</span>
<span class="go"> affinity: cookie</span>
<span class="go"> session-cookie-hash: sha1</span>
<span class="go"> session-cookie-name: INGRESSCOOKIE</span>
<span class="go"> session-cookie-expires: 172800</span>
<span class="go"> session-cookie-max-age: 172800</span>

View file

@ -5,7 +5,6 @@ metadata:
annotations:
nginx.ingress.kubernetes.io/affinity: "cookie"
nginx.ingress.kubernetes.io/session-cookie-name: "route"
nginx.ingress.kubernetes.io/session-cookie-hash: "sha1"
nginx.ingress.kubernetes.io/session-cookie-expires: "172800"
nginx.ingress.kubernetes.io/session-cookie-max-age: "172800"