Skip to content

Commit

Permalink
app-root: Remove stub routes (#6340)
Browse files Browse the repository at this point in the history
* remove app-root robots.txt and stub pages

* restore robots.txt file
  • Loading branch information
goplayoutside3 authored Sep 27, 2024
1 parent 79c80fa commit 5267028
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 40 deletions.
6 changes: 3 additions & 3 deletions kubernetes/deployment-production.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -141,17 +141,17 @@ spec:
cpu: "1000m"
startupProbe:
httpGet:
path: /users
path: /about
port: 3000
failureThreshold: 6
livenessProbe:
httpGet:
path: /users
path: /about
port: 3000
timeoutSeconds: 10
readinessProbe:
httpGet:
path: /users
path: /about
port: 3000
initialDelaySeconds: 20
timeoutSeconds: 10
Expand Down
6 changes: 3 additions & 3 deletions kubernetes/deployment-staging.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -131,17 +131,17 @@ spec:
cpu: "1000m"
startupProbe:
httpGet:
path: /users
path: /about
port: 3000
failureThreshold: 6
livenessProbe:
httpGet:
path: /users
path: /about
port: 3000
timeoutSeconds: 10
readinessProbe:
httpGet:
path: /users
path: /about
port: 3000
initialDelaySeconds: 20
timeoutSeconds: 10
Expand Down
7 changes: 0 additions & 7 deletions packages/app-root/src/app/groups/page.js

This file was deleted.

13 changes: 0 additions & 13 deletions packages/app-root/src/app/projects/page.js

This file was deleted.

File renamed without changes.
7 changes: 0 additions & 7 deletions packages/app-root/src/app/users/[login]/page.js

This file was deleted.

7 changes: 0 additions & 7 deletions packages/app-root/src/app/users/page.js

This file was deleted.

0 comments on commit 5267028

Please sign in to comment.