mirror of
https://github.com/google/nomulus
synced 2026-01-03 19:54:18 +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
|
value: /_dr/epptool
|
||||||
- path:
|
- path:
|
||||||
type: PathPrefix
|
type: PathPrefix
|
||||||
value: /loadtest
|
value: /_dr/loadtest
|
||||||
backendRefs:
|
backendRefs:
|
||||||
- group: net.gke.io
|
- group: net.gke.io
|
||||||
kind: ServiceImport
|
kind: ServiceImport
|
||||||
@@ -58,7 +58,7 @@ spec:
|
|||||||
value: "true"
|
value: "true"
|
||||||
- path:
|
- path:
|
||||||
type: PathPrefix
|
type: PathPrefix
|
||||||
value: /loadtest
|
value: /_dr/loadtest
|
||||||
headers:
|
headers:
|
||||||
- name: "canary"
|
- name: "canary"
|
||||||
value: "true"
|
value: "true"
|
||||||
|
|||||||
Reference in New Issue
Block a user