mirror of
https://github.com/google/nomulus
synced 2025-12-23 06:15:42 +00:00
Fix load-testing URL in backend routing k8s file (#2797)
This commit is contained in:
@@ -25,7 +25,7 @@ spec:
|
||||
value: /_dr/epptool
|
||||
- path:
|
||||
type: PathPrefix
|
||||
value: /loadtest
|
||||
value: /_dr/loadtest
|
||||
backendRefs:
|
||||
- group: net.gke.io
|
||||
kind: ServiceImport
|
||||
@@ -58,7 +58,7 @@ spec:
|
||||
value: "true"
|
||||
- path:
|
||||
type: PathPrefix
|
||||
value: /loadtest
|
||||
value: /_dr/loadtest
|
||||
headers:
|
||||
- name: "canary"
|
||||
value: "true"
|
||||
|
||||
Reference in New Issue
Block a user