Skip to content

Commit

Permalink
Add dev.languagedepot.org hostname for local dev
Browse files Browse the repository at this point in the history
  • Loading branch information
rmunn committed Jun 15, 2023
1 parent fa34dc5 commit 9fa5ed3
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/lexbox-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ spec:
key: PUBLIC_TURNSTILE_SITE_KEY
name: ui
- name: PUBLIC_ENV_NAME
value: staging
value: dev
- name: BACKEND_HOST
value: http://localhost
- name: OTEL_ENDPOINT
Expand Down
24 changes: 24 additions & 0 deletions deployment/proxy-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,30 @@ spec:
name: lexbox
port:
name: github-deploy
- host: dev.languagedepot.org
http:
paths:
- path: /api
pathType: Prefix
backend:
service:
name: lexbox
port:
name: http
- path: /v1/traces
pathType: Prefix
backend:
service:
name: lexbox
port:
name: otel
- path: /
pathType: Prefix
backend:
service:
name: lexbox
port:
name: sveltekit

tls:
- hosts:
Expand Down

0 comments on commit 9fa5ed3

Please sign in to comment.