mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-01-06 04:48:14 -05:00
24 lines
821 B
YAML
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
|