Skip to content

Commit 3cdbf61

Browse files
committed
Fix k8s routing
1 parent ec6ab64 commit 3cdbf61

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

deploy/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
ports:
2020
- containerPort: 4000
2121
env:
22-
- name: ports
22+
- name: PORT
2323
value: "4000"
2424
- name: ERRORS_DOMAIN
2525
value: "http://errors.httptoolkit.tech"

deploy/routes.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ spec:
1212
namespace: gateway
1313
sectionName: https-httptoolkit-tech
1414
hostnames:
15-
- "anonymizing-reverse-proxy.httptoolkit.tech"
15+
- "errors.httptoolkit.tech"
16+
- "events.httptoolkit.tech"
1617
rules:
1718
- matches:
1819
- path:

0 commit comments

Comments
 (0)