Skip to content

Commit d91c300

Browse files
committed
chore: Update PSH and upsun config
1 parent 64989c7 commit d91c300

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.platform/applications.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
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:
@@ -109,7 +109,7 @@
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

.platform/services.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ opensearch:
1212
- opensearch-ml-plugin
1313
- neural-search
1414
- opensearch-knn
15+
- opensearch-job-scheduler
1516

1617
redis:
1718
type: redis-persistent:7.0

.upsun/config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ services:
120120
- opensearch-ml-plugin
121121
- neural-search
122122
- opensearch-knn
123+
- opensearch-job-scheduler
123124

124125
routes:
125126
# Route everything to Varnish and he will dispatch.

0 commit comments

Comments
 (0)