diff --git a/deployment/k3s/templates/deployments/webclient-deployment.yaml b/deployment/k3s/templates/deployments/webclient-deployment.yaml index caddc4a72..7eaeb7aa9 100644 --- a/deployment/k3s/templates/deployments/webclient-deployment.yaml +++ b/deployment/k3s/templates/deployments/webclient-deployment.yaml @@ -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