Files
Christopher M. Luciano 51f6e23f35 Updating Ingress docs for 1.19
Co-authored-by: robscott <robertjscott@google.com>
2020-07-07 17:58:51 -07:00

21 lines
381 B
YAML

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