Files
Compass/backend/api/url-map-config.yaml
2025-08-27 21:30:05 +02:00

24 lines
821 B
YAML

name: aou-kb
defaultService: global/backendServices/api-lb-service-0
hostRules:
- hosts:
- '*'
pathMatcher: matcher-1
pathMatchers:
- name: matcher-1
defaultService: global/backendServices/api-lb-service-0
routeRules:
- priority: 1
routeAction:
weightedBackendServices:
- backendService: global/backendServices/api-lb-service-0
weight: 25
- backendService: global/backendServices/api-lb-service-1
weight: 25
- backendService: global/backendServices/api-lb-service-2
weight: 25
- backendService: global/backendServices/api-lb-service-3
weight: 25
# redeploy this by running:
# gcloud compute url-maps import aou-kb --source=url-map-config.yaml --project polylove --global