blob: 51d66638886349f58d37fe3283a6ed436ceaf1c7 [file] [log] [blame]
apiVersion: v1
kind: Service
metadata:
name: istio-egressgateway
namespace: dubbo-system
annotations:
labels:
app: istio-egressgateway
istio: egressgateway
release: istio
istio.io/rev: default
install.operator.istio.io/owning-resource: unknown
operator.istio.io/component: "EgressGateways"
spec:
type: ClusterIP
selector:
app: istio-egressgateway
istio: egressgateway
ports:
-
name: http2
port: 80
protocol: TCP
targetPort: 8080
-
name: https
port: 443
protocol: TCP
targetPort: 8443
---