| 123456789101112131415161718192021222324 |
- apiVersion: v1
- kind: Service
- metadata:
- labels:
- higress: higress-system-higress-gateway
- name: higress-gateway
- namespace: higress-system
- creationTimestamp: "2000-01-01T00:00:00Z"
- resourceVersion: "1"
- spec:
- ports:
- - name: http2
- port: 80
- protocol: TCP
- targetPort: 80
- - name: https
- port: 443
- protocol: TCP
- targetPort: 443
- selector:
- higress: higress-system-higress-gateway
- type: LoadBalancer
- status:
- loadBalancer: {}
|