Skip to content

Commit 9b23cbb

Browse files
Remove unneeded redirect to /eda (#167)
1 parent a167300 commit 9b23cbb

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

roles/eda/templates/eda-ui.deployment.yaml.j2

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ spec:
6464
- containerPort: 8080
6565
readinessProbe:
6666
httpGet:
67-
path: /eda/
67+
path: /
6868
port: 8080
6969
failureThreshold: 1
7070
periodSeconds: 10
7171
livenessProbe:
7272
httpGet:
73-
path: /eda/
73+
path: /
7474
port: 8080
7575
failureThreshold: 1
7676
periodSeconds: 10

roles/eda/templates/eda.configmap.yaml.j2

-5
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,6 @@ data:
9292
}
9393

9494
location / {
95-
# Redirect all traffic from root to /eda/
96-
return 301 $remote_scheme://$host/eda/;
97-
}
98-
99-
location /eda/ {
10095
autoindex off;
10196
expires off;
10297
add_header Cache-Control "public, max-age=0, s-maxage=0, must-revalidate" always;

0 commit comments

Comments
 (0)