Files
goma-gateway/docs/quickstart/loadbalanging.md
2024-11-10 17:47:05 +01:00

711 B

title, layout, parent, nav_order
title layout parent nav_order
Load Balancing default Quickstart 4

Load Balancing

Goma Gateway supports rund robim load blancing

version: 1.0
gateway:
    routes:
        - path: /
          name: example route
          hosts:
            - example.com
            - example.localhost
          rewrite: /
          methods: []
          healthCheck:
            path: "/"
            interval: 0
            timeout: 0
            healthyStatuses: [200,404]
          ## destination: will be override by backends
          destination: ""
          backends:
            - https://example.com
            - https://example2.com
            - https://example4.com
          cors: