Skip to content

Commit

Permalink
Remove no-longer-needed elasticsearch service
Browse files Browse the repository at this point in the history
  • Loading branch information
ababic committed Jun 4, 2022
1 parent 35a5009 commit 3951e2b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion .platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ disk: 2048
# side is in the form <service name>:<endpoint name>.
relationships:
db: 'db:postgresql'
elasticsearch: 'search:elasticsearch'
redis: "redis:redis"


Expand Down
4 changes: 0 additions & 4 deletions .platform/routes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,3 @@
"https://www.{default}/":
type: redirect
to: "https://{default}/"

"https://es.{default}":
type: upstream
upstream: search:elasticsearch
6 changes: 0 additions & 6 deletions .platform/services.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
search:
type: elasticsearch:7.7
disk: 256
configuration:
authentication:
enabled: true
db:
type: postgresql:12
disk: 256
Expand Down

0 comments on commit 3951e2b

Please sign in to comment.