add ingress for tracing
This commit is contained in:
parent
0e8562d797
commit
d0d68c83dd
1 changed files with 7 additions and 0 deletions
|
@ -63,6 +63,13 @@ spec:
|
||||||
backend:
|
backend:
|
||||||
serviceName: website-files
|
serviceName: website-files
|
||||||
servicePort: 9000
|
servicePort: 9000
|
||||||
|
- host: trace.poire.dev
|
||||||
|
http:
|
||||||
|
paths:
|
||||||
|
- path: /
|
||||||
|
backend:
|
||||||
|
serviceName: uptrace
|
||||||
|
servicePort: 14318
|
||||||
- host: aramperes.ca
|
- host: aramperes.ca
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue