File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 5252 passthru : ' /bundles/$resourceName'
5353
5454 # The size of the persistent disk of the application (in MB).
55- disk : 2048
55+ disk : 512
5656
5757 # The mounts that will be performed when the package is deployed.
5858 mounts :
109109# NEXT_PUBLIC_API_URL: 'Set this as an environment variable in Platform.sh'
110110
111111 # The size of the persistent disk of the application (in MB). Minimum value is 128.
112- disk : 2048
112+ disk : 512
113113
114114 # Mounts define directories that are writable after the build is complete. If set as a local source, disk property is required.
115115 # More information: https://docs.platform.sh/create-apps/app-reference.html#mounts
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ opensearch:
1212 - opensearch-ml-plugin
1313 - neural-search
1414 - opensearch-knn
15+ - opensearch-job-scheduler
1516
1617redis :
1718 type : redis-persistent:7.0
Original file line number Diff line number Diff line change @@ -120,6 +120,7 @@ services:
120120 - opensearch-ml-plugin
121121 - neural-search
122122 - opensearch-knn
123+ - opensearch-job-scheduler
123124
124125routes :
125126# Route everything to Varnish and he will dispatch.
You can’t perform that action at this time.
0 commit comments