2021-02-15 10:31:41 +00:00
|
|
|
image:
|
|
|
|
repository: collabora/code
|
2021-05-05 21:58:13 +00:00
|
|
|
tag: 6.4.8.4
|
2021-02-15 10:31:41 +00:00
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
|
|
|
|
strategy:
|
|
|
|
type: Recreate
|
|
|
|
|
2021-04-14 20:24:09 +00:00
|
|
|
# Configure the Security Context for the Pod
|
|
|
|
podSecurityContext:
|
|
|
|
runAsNonRoot: false
|
2021-04-15 20:07:52 +00:00
|
|
|
runAsUser: null
|
|
|
|
runAsGroup: null
|
|
|
|
fsGroup: null
|
2021-03-08 13:32:58 +00:00
|
|
|
|
2021-03-06 20:32:31 +00:00
|
|
|
services:
|
|
|
|
main:
|
|
|
|
type: NodePort
|
|
|
|
port:
|
|
|
|
port: 9980
|
|
|
|
nodePort: 30980
|
2021-02-15 10:31:41 +00:00
|
|
|
|
2021-02-23 17:21:54 +00:00
|
|
|
env:
|
|
|
|
domain: nextcloud\.domain\.tld
|
|
|
|
dictionaries: de_DE en_GB en_US es_ES fr_FR it nl pt_BR pt_PT ru
|
2021-02-15 10:31:41 +00:00
|
|
|
username: admin
|
|
|
|
password: changeme
|
|
|
|
extra_params:
|
|
|
|
server_name: collabora\.domain\.tld
|