18 lines
310 B
YAML
18 lines
310 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: istio-ingressgateway
|
|
namespace: istio-system
|
|
spec:
|
|
type: NodePort
|
|
selector:
|
|
istio: ingressgateway
|
|
ports:
|
|
- name: status-port
|
|
port: 15021
|
|
targetPort: 15021
|
|
nodePort: 32751
|
|
- name: http
|
|
port: 80
|
|
targetPort: 80
|
|
nodePort: 10080 |