Deploy GitHub Pages

This commit is contained in:
k8s-ci-robot 2021-11-09 15:45:04 +00:00
parent 59b6146296
commit 49ea9bd49b
24 changed files with 38 additions and 16 deletions

View file

@ -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: &#39;Authentication Required - foo&#39;</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>

View file

@ -15,6 +15,7 @@ metadata:
name: nginx-test
namespace: default
spec:
ingressClassName: nginx
rules:
- host: mydomain.com
http:

View file

@ -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

View file

@ -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: