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

Increase OnlyOffice live-/readyness limits

Fixes: #427
parent 9a43b8d1
No related branches found
No related tags found
No related merge requests found
......@@ -19,14 +19,8 @@ nextcloud_mariadb_root_password: "{{ lookup('password', '{{ cluster_dir }}/secre
onlyoffice_jwt_secret: "{{ lookup('password', '{{ cluster_dir }}/secrets/onlyoffice_jwt_secret chars=ascii_letters') }}"
onlyoffice_postgresql_password: "{{ lookup('password', '{{ cluster_dir }}/secrets/onlyoffice_postgresql_password chars=ascii_letters') }}"
onlyoffice_rabbitmq_password: "{{ lookup('password', '{{ cluster_dir }}/secrets/onlyoffice_rabbitmq_password chars=ascii_letters') }}"
grafana_admin_password: "{{ lookup('password', '{{ cluster_dir }}/secrets/grafana_admin_password chars=ascii_letters') }}"
# git repo versions
git_local_storage_version: 'HEAD'
# version of the https://open.greenhost.net/openappstack/nextcloud repo
git_nextcloud_version: '62a87785a0f1eef2014f70ae54f0d12bf062af62'
# Application versions
helm:
# helm snap 2.15 broke for us
......
......@@ -12,7 +12,7 @@ spec:
releaseName: nc
chart:
git: https://open.greenhost.net/openappstack/nextcloud
ref: master
ref: 8f79b8ea86566d3ebbbb6103c52307e3ad9d1f28
path: .
valuesFrom:
- secretKeyRef:
......
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