Skip to content
Snippets Groups Projects
Verified Commit 3047204b authored by Varac's avatar Varac
Browse files

Use custom PVCs for NC redis and rabbitmq

Closes: #514
parent cd570d97
No related branches found
No related tags found
No related merge requests found
......@@ -25,3 +25,7 @@
size: 2Gi
- name: "mariadb"
size: 512Mi
- name: "rabbitmq"
size: 8Gi
- name: "redis"
size: 8Gi
......@@ -90,6 +90,12 @@ postgresql:
rabbitmq:
rabbitmq:
password: "{{ onlyoffice_rabbitmq_password }}"
persistence:
existingClaim: "nextcloud-rabbitmq"
redis:
persistence:
existingClaim: "nextcloud-redis"
sociallogin:
server_name: "sso.{{ domain }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment