--- apiVersion: getambassador.io/v3alpha1 kind: Listener metadata: name: http-listener namespace: emissary-system spec: port: 8080 protocol: HTTPS securityModel: XFP hostBinding: namespace: from: ALL --- apiVersion: getambassador.io/v3alpha1 kind: Listener metadata: name: https-listener namespace: emissary-system spec: port: 8443 protocol: HTTPS securityModel: XFP hostBinding: namespace: from: ALL