23 lines
384 B
YAML
23 lines
384 B
YAML
image:
|
|
repository: collabora/code
|
|
tag: 6.4.9.2
|
|
pullPolicy: IfNotPresent
|
|
|
|
strategy:
|
|
type: Recreate
|
|
|
|
service:
|
|
main:
|
|
type: NodePort
|
|
ports:
|
|
main:
|
|
port: 9980
|
|
|
|
env:
|
|
domain: nextcloud\.domain\.tld
|
|
dictionaries: de_DE en_GB en_US es_ES fr_FR it nl pt_BR pt_PT ru
|
|
username: admin
|
|
password: changeme
|
|
extra_params:
|
|
server_name: collabora\.domain\.tld
|