chore(goff): attempt to direct /metrics to a 404 error
This commit is contained in:
parent
f7c366b35e
commit
c76f5f5583
2 changed files with 4 additions and 2 deletions
|
|
@ -94,6 +94,10 @@ spec:
|
||||||
name: http
|
name: http
|
||||||
path: /
|
path: /
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
|
- path: /metrics
|
||||||
|
pathType: Prefix
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
|
|
|
||||||
|
|
@ -8,5 +8,3 @@ configMapGenerator:
|
||||||
- config.yaml=relay-config.yaml
|
- config.yaml=relay-config.yaml
|
||||||
- default-flags.yaml
|
- default-flags.yaml
|
||||||
- override-flags.yaml
|
- override-flags.yaml
|
||||||
- name: cmflags
|
|
||||||
files:
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue