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
|
||||
path: /
|
||||
pathType: Prefix
|
||||
- path: /metrics
|
||||
pathType: Prefix
|
||||
|
||||
|
||||
|
||||
tls:
|
||||
- hosts:
|
||||
|
|
|
|||
|
|
@ -8,5 +8,3 @@ configMapGenerator:
|
|||
- config.yaml=relay-config.yaml
|
||||
- default-flags.yaml
|
||||
- override-flags.yaml
|
||||
- name: cmflags
|
||||
files:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue