fix resultsdb backend route path
This commit is contained in:
parent
661506e918
commit
02c4ff7bd8
1 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@ apiVersion: v1
|
||||||
labels:
|
labels:
|
||||||
app: resultsdb
|
app: resultsdb
|
||||||
spec:
|
spec:
|
||||||
|
path: /api
|
||||||
port:
|
port:
|
||||||
targetPort: api
|
targetPort: api
|
||||||
to:
|
to:
|
||||||
|
@ -12,4 +13,4 @@ apiVersion: v1
|
||||||
name: "resultsdb-api"
|
name: "resultsdb-api"
|
||||||
tls:
|
tls:
|
||||||
termination: edge
|
termination: edge
|
||||||
insecureEdgeTerminationPolicy: Redirect
|
insecureEdgeTerminationPolicy: Redirect
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue