Deploy GitHub Pages
This commit is contained in:
parent
59b6146296
commit
49ea9bd49b
24 changed files with 38 additions and 16 deletions
|
|
@ -27,6 +27,7 @@
|
|||
<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>spec:</span>
|
||||
<span class=go> ingressClassName: nginx</span>
|
||||
<span class=go> rules:</span>
|
||||
<span class=go> - host: foo.bar.com</span>
|
||||
<span class=go> http:</span>
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ metadata:
|
|||
name: nginx-test
|
||||
namespace: default
|
||||
spec:
|
||||
ingressClassName: nginx
|
||||
rules:
|
||||
- host: mydomain.com
|
||||
http:
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ metadata:
|
|||
nginx.ingress.kubernetes.io/auth-url: "https://httpbin.org/basic-auth/user/passwd"
|
||||
name: external-auth
|
||||
spec:
|
||||
ingressClassName: nginx
|
||||
rules:
|
||||
- host: external-auth-01.sample.com
|
||||
http:
|
||||
|
|
@ -15,4 +16,4 @@ spec:
|
|||
service:
|
||||
name: http-svc
|
||||
port:
|
||||
number: 80
|
||||
number: 80
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ metadata:
|
|||
name: external-auth-oauth2
|
||||
namespace: kube-system
|
||||
spec:
|
||||
ingressClassName: nginx
|
||||
rules:
|
||||
- host: __INGRESS_HOST__
|
||||
http:
|
||||
|
|
@ -26,6 +27,7 @@ metadata:
|
|||
name: oauth2-proxy
|
||||
namespace: kube-system
|
||||
spec:
|
||||
ingressClassName: nginx
|
||||
rules:
|
||||
- host: __INGRESS_HOST__
|
||||
http:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue