mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 15:31:38 +01:00
fix(nextcloud): Update swp_integration app and prepare CryptPad integration
This commit is contained in:
committed by
Thorsten Rossner
parent
c76e960446
commit
a046deaf17
@@ -9,10 +9,10 @@ containerSecurityContext:
|
|||||||
enabled: true
|
enabled: true
|
||||||
privileged: false
|
privileged: false
|
||||||
# TODO: the service can't run with read only filesystem or as non-root
|
# TODO: the service can't run with read only filesystem or as non-root
|
||||||
#readOnlyRootFilesystem: true
|
# readOnlyRootFilesystem: true
|
||||||
#runAsGroup: 101
|
# runAsGroup: 101
|
||||||
#runAsNonRoot: true
|
# runAsNonRoot: true
|
||||||
#runAsUser: 101
|
# runAsUser: 101
|
||||||
seccompProfile:
|
seccompProfile:
|
||||||
type: "RuntimeDefault"
|
type: "RuntimeDefault"
|
||||||
|
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ repositories:
|
|||||||
releases:
|
releases:
|
||||||
- name: "opendesk-nextcloud-bootstrap"
|
- name: "opendesk-nextcloud-bootstrap"
|
||||||
chart: "opendesk-nextcloud-bootstrap-repo/opendesk-nextcloud-bootstrap"
|
chart: "opendesk-nextcloud-bootstrap-repo/opendesk-nextcloud-bootstrap"
|
||||||
version: "3.1.2"
|
version: "3.2.2"
|
||||||
wait: true
|
wait: true
|
||||||
waitForJobs: true
|
waitForJobs: true
|
||||||
values:
|
values:
|
||||||
|
|||||||
@@ -44,6 +44,18 @@ externalDatabase:
|
|||||||
metrics:
|
metrics:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
|
nextcloud:
|
||||||
|
configs:
|
||||||
|
mimetypealiases.json: |-
|
||||||
|
{
|
||||||
|
"application/x-drawio": "image"
|
||||||
|
}
|
||||||
|
|
||||||
|
mimetypemapping.json: |-
|
||||||
|
{
|
||||||
|
"drawio": ["application/x-drawio"]
|
||||||
|
}
|
||||||
|
|
||||||
# this is not documented but can be found in values.yaml
|
# this is not documented but can be found in values.yaml
|
||||||
service:
|
service:
|
||||||
port: "80"
|
port: "80"
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ persistence:
|
|||||||
mariadb: "1Gi"
|
mariadb: "1Gi"
|
||||||
matrixNeoDateFixBot: "1Gi"
|
matrixNeoDateFixBot: "1Gi"
|
||||||
nextcloud:
|
nextcloud:
|
||||||
main: "1Gi"
|
main: "1.2Gi"
|
||||||
data: "10Gi"
|
data: "10Gi"
|
||||||
openproject: "1Gi"
|
openproject: "1Gi"
|
||||||
postfix: "1Gi"
|
postfix: "1Gi"
|
||||||
|
|||||||
Reference in New Issue
Block a user