Skip to content

Commit

Permalink
Remove unneeded redirect to /eda (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
rooftopcellist authored Jan 12, 2024
1 parent a167300 commit 9b23cbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions roles/eda/templates/eda-ui.deployment.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ spec:
- containerPort: 8080
readinessProbe:
httpGet:
path: /eda/
path: /
port: 8080
failureThreshold: 1
periodSeconds: 10
livenessProbe:
httpGet:
path: /eda/
path: /
port: 8080
failureThreshold: 1
periodSeconds: 10
Expand Down
5 changes: 0 additions & 5 deletions roles/eda/templates/eda.configmap.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,6 @@ data:
}

location / {
# Redirect all traffic from root to /eda/
return 301 $remote_scheme://$host/eda/;
}

location /eda/ {
autoindex off;
expires off;
add_header Cache-Control "public, max-age=0, s-maxage=0, must-revalidate" always;
Expand Down

0 comments on commit 9b23cbb

Please sign in to comment.