higress-gateway.yaml 465 B

123456789101112131415161718192021222324
  1. apiVersion: v1
  2. kind: Service
  3. metadata:
  4. labels:
  5. higress: higress-system-higress-gateway
  6. name: higress-gateway
  7. namespace: higress-system
  8. creationTimestamp: "2000-01-01T00:00:00Z"
  9. resourceVersion: "1"
  10. spec:
  11. ports:
  12. - name: http2
  13. port: 80
  14. protocol: TCP
  15. targetPort: 80
  16. - name: https
  17. port: 443
  18. protocol: TCP
  19. targetPort: 443
  20. selector:
  21. higress: higress-system-higress-gateway
  22. type: LoadBalancer
  23. status:
  24. loadBalancer: {}