Deploy GitHub Pages

This commit is contained in:
k8s-ci-robot 2021-11-02 00:13:54 +00:00
parent fae0dc0303
commit e73476191a
23 changed files with 248 additions and 152 deletions

View file

@ -56,10 +56,13 @@ spec:
- host: public-demo-echo-service.kube.local
http:
paths:
- backend:
serviceName: demo-echo-service
servicePort: 80
path: /
- path: /
pathType: Prefix
backend:
service:
name: demo-echo-service
port:
number: 80
---
apiVersion: networking.k8s.io/v1
kind: Ingress
@ -74,7 +77,10 @@ spec:
- host: secure-demo-echo-service.kube.local
http:
paths:
- backend:
serviceName: demo-echo-service
servicePort: 80
path: /
- path: /
pathType: Prefix
backend:
service:
name: demo-echo-service
port:
number: 80