We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec6ab64 commit 3cdbf61Copy full SHA for 3cdbf61
2 files changed
deploy/deployment.yaml
@@ -19,7 +19,7 @@ spec:
19
ports:
20
- containerPort: 4000
21
env:
22
- - name: ports
+ - name: PORT
23
value: "4000"
24
- name: ERRORS_DOMAIN
25
value: "http://errors.httptoolkit.tech"
deploy/routes.yaml
@@ -12,7 +12,8 @@ spec:
12
namespace: gateway
13
sectionName: https-httptoolkit-tech
14
hostnames:
15
- - "anonymizing-reverse-proxy.httptoolkit.tech"
+ - "errors.httptoolkit.tech"
16
+ - "events.httptoolkit.tech"
17
rules:
18
- matches:
- path:
0 commit comments