Deploy GitHub Pages
This commit is contained in:
parent
813ed94bf8
commit
29c7363487
3 changed files with 7 additions and 7 deletions
File diff suppressed because one or more lines are too long
BIN
sitemap.xml.gz
BIN
sitemap.xml.gz
Binary file not shown.
|
@ -1139,35 +1139,35 @@
|
||||||
<div class="highlight"><pre><span></span><code>apiVersion: networking.k8s.io/v1beta1
|
<div class="highlight"><pre><span></span><code>apiVersion: networking.k8s.io/v1beta1
|
||||||
kind: Ingress
|
kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
name: ingress-myServiceA
|
name: ingress-myservicea
|
||||||
annotations:
|
annotations:
|
||||||
# use the shared ingress-nginx
|
# use the shared ingress-nginx
|
||||||
kubernetes.io/ingress.class: "nginx"
|
kubernetes.io/ingress.class: "nginx"
|
||||||
spec:
|
spec:
|
||||||
rules:
|
rules:
|
||||||
- host: myServiceA.foo.org
|
- host: myservicea.foo.org
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
backend:
|
backend:
|
||||||
serviceName: myServiceA
|
serviceName: myservicea
|
||||||
servicePort: 80
|
servicePort: 80
|
||||||
---
|
---
|
||||||
apiVersion: networking.k8s.io/v1beta1
|
apiVersion: networking.k8s.io/v1beta1
|
||||||
kind: Ingress
|
kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
name: ingress-myServiceB
|
name: ingress-myserviceb
|
||||||
annotations:
|
annotations:
|
||||||
# use the shared ingress-nginx
|
# use the shared ingress-nginx
|
||||||
kubernetes.io/ingress.class: "nginx"
|
kubernetes.io/ingress.class: "nginx"
|
||||||
spec:
|
spec:
|
||||||
rules:
|
rules:
|
||||||
- host: myServiceB.foo.org
|
- host: myserviceb.foo.org
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
backend:
|
backend:
|
||||||
serviceName: myServiceB
|
serviceName: myserviceb
|
||||||
servicePort: 80
|
servicePort: 80
|
||||||
</code></pre></div>
|
</code></pre></div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue