Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade paas services: redis, rabbitmq and opensearch #162

Merged
merged 2 commits into from
Feb 26, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions shopware/paas-meta/6.6/.platform/services.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
db:
type: mariadb:11.2
type: mariadb:11.4
disk: 2048

cacheredis:
type: redis:7.0
type: redis:7.2
configuration:
maxmemory_policy: volatile-lfu
# comment if you want to disable rabbitmq
rabbitmq:
type: rabbitmq:3.8
type: rabbitmq:3.13
disk: 1024

# uncomment if you want to use opensearch
#opensearch:
# type: opensearch:1.2
# type: opensearch:2
# disk: 256

# Change the disk space according to your needs for a.o. media files
Expand Down
Loading