Skip to content

Commit e501666

Browse files
Merge pull request #340 from magento-thunder/MAGECLOUD-3196-master
MAGECLOUD-3196: Add ElasticSearch 6.x Support to Cloud
2 parents a1e5bca + 804067a commit e501666

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.magento.app.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ runtime:
2626
relationships:
2727
database: "mysql:mysql"
2828
redis: "redis:redis"
29+
elasticsearch: "elasticsearch:elasticsearch"
2930

3031
# The configuration of app when it is exposed to the web.
3132
web:

.magento/services.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ mysql:
99
redis:
1010
type: redis:3.0
1111

12+
elasticsearch:
13+
type: elasticsearch:6.5
14+
disk: 1024

0 commit comments

Comments
 (0)