22 lines
399 B
YAML
22 lines
399 B
YAML
|
image:
|
||
|
repository: collabora/code
|
||
|
tag: 6.4.6.2
|
||
|
pullPolicy: IfNotPresent
|
||
|
|
||
|
strategy:
|
||
|
type: Recreate
|
||
|
|
||
|
service:
|
||
|
type: NodePort
|
||
|
port:
|
||
|
port: 9980
|
||
|
nodePort: 30980
|
||
|
|
||
|
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
|