istio.io/istio@v0.0.0-20240520182934-d79c90f27776/pilot/pkg/config/kube/ingress/testdata/tls-no-secret.yaml (about)

     1  apiVersion: networking.k8s.io/v1
     2  kind: Ingress
     3  metadata:
     4    name: tls
     5    namespace: bar
     6  spec:
     7    rules:
     8      - host: foo.org
     9        http:
    10          paths:
    11            - backend:
    12                service:
    13                  name: httpbin
    14                  port:
    15                    number: 80
    16              path: /*
    17    tls:
    18      - hosts:
    19          - foo.org