[zh] Sync changes to Ingress concept

This commit is contained in:
Qiming Teng
2020-10-11 16:21:18 +08:00
parent 29e13ed527
commit 6c341b6a06
11 changed files with 470 additions and 248 deletions
@@ -0,0 +1,20 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: tls-example-ingress
spec:
tls:
- hosts:
- https-example.foo.com
secretName: testsecret-tls
rules:
- host: https-example.foo.com
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: service1
port:
number: 80