28 lines
705 B
YAML
28 lines
705 B
YAML
|
image:
|
||
|
repository: tccr.io/truecharts/collabora
|
||
|
tag: v21.11.2.2.1@sha256:73ccfd236710ab28fe0982fb33732910ec4d20dfe18704a2e97f0c11341da9c8
|
||
|
pullPolicy: IfNotPresent
|
||
|
|
||
|
securityContext:
|
||
|
readOnlyRootFilesystem: false
|
||
|
allowPrivilegeEscalation: true
|
||
|
|
||
|
podSecurityContext:
|
||
|
runAsUser: 104
|
||
|
runAsGroup: 106
|
||
|
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 10105
|
||
|
targetPort: 9980
|
||
|
secret:
|
||
|
username: admin
|
||
|
password: changeme
|
||
|
env:
|
||
|
domain: nextcloud\.domain\.tld
|
||
|
dictionaries: de_DE en_GB en_US es_ES fr_FR it nl pt_BR pt_PT ru
|
||
|
extra_params: "-o:welcome.enable=false -o:user_interface.mode=notebookbar -o:ssl.termination=true -o:ssl.enable=false"
|
||
|
server_name: collabora\.domain\.tld
|