Skip to content

Commit

Permalink
fixed the webclient not having set the right urls
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Nov 11, 2023
1 parent e5b7d83 commit c93a54a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions deployment/k3s/templates/deployments/webclient-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ spec:
name: webclient
env:
- name: TILESERVER_URL
value: http://maps-svc.svc.cluster.local:3001
value: http://maps-svc.navigatum.svc.cluster.local:3001
- name: CDN_URL
value: http://cdn-svc.svc.cluster.local:3002
value: http://cdn-svc.navigatum.svc.cluster.local:3002
- name: MAIN_API_URL
value: http://api-svc.svc.cluster.local:3003
value: http://api-svc.navigatum.svc.cluster.local:3003
- name: FEEDBACK_API_URL
value: http://feedback-svc.svc.cluster.local:3004
value: http://feedback-svc.navigatum.svc.cluster.local:3004
- name: CALENDAR_API_URL
value: http://calendar-svc.svc.cluster.local:3005
value: http://calendar-svc.navigatum.svc.cluster.local:3005
resources:
requests:
cpu: 5m
Expand Down

0 comments on commit c93a54a

Please sign in to comment.