Files
website/content/en/examples/service/networking/test-ingress.yaml
T
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

11 lines
163 B
YAML

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: test-ingress
spec:
defaultBackend:
service:
name: test
port:
number: 80