1apiVersion: getambassador.io/v3alpha1 2kind: Listener 3metadata: 4 name: emissary-listener 5spec: 6 protocol: HTTPS 7 port: 8888 8 hostBinding: 9 namespace: 10 from: SELF 11 l7Depth: 1 12 securityModel: XFP
View as plain text