2021-09-13 10:58:34 +00:00
# Include{groups}
2021-02-15 10:31:41 +00:00
portals :
2022-02-24 18:15:06 +00:00
open :
2022-08-08 21:25:02 +00:00
# Include{portalLink}
2021-12-21 19:56:00 +00:00
path : "/"
admin :
2022-08-08 21:25:02 +00:00
# Include{portalLink}
2021-12-21 19:56:00 +00:00
path : "/browser/dist/admin/admin.html"
2021-02-15 10:31:41 +00:00
questions :
2021-10-20 17:39:05 +00:00
# Include{global}
2022-08-08 21:25:02 +00:00
# Include{controller}
# Include{controllerDeployment}
# Include{replicas}
# Include{replica1}
# Include{strategy}
# Include{recreate}
2021-09-13 10:58:34 +00:00
# Include{controllerExpert}
2022-08-12 08:40:46 +00:00
# Include{controllerExpertExtraArgs}
2022-06-07 17:41:19 +00:00
- variable : secretEnv
2021-05-30 14:09:07 +00:00
group : "Container Configuration"
2021-12-11 12:49:05 +00:00
label : "Image Secrets"
2021-03-06 20:32:31 +00:00
schema :
2022-01-21 00:35:59 +00:00
additional_attrs : true
2021-03-06 20:32:31 +00:00
type : dict
attrs :
- variable : username
label : "Username for WebUI"
schema :
type : string
default : "admin"
required : true
- variable : password
label : "Password for WebUI"
schema :
type : string
2021-07-13 21:40:12 +00:00
valid_chars : "[a-zA-Z0-9!@#$%^&*?]{8,}"
2021-12-11 12:49:05 +00:00
private : true
required : true
default : "REPLACETHIS"
- variable : env
group : "Container Configuration"
label : "Image Environment"
schema :
2022-01-21 00:35:59 +00:00
additional_attrs : true
2021-12-11 12:49:05 +00:00
type : dict
attrs :
2022-04-10 21:57:07 +00:00
- variable : aliasgroup1
label : "aliasgroup1"
description : "Comma separated hosts list."
2021-12-11 12:49:05 +00:00
schema :
type : string
2022-04-10 21:57:07 +00:00
default : ""
2021-03-06 20:32:31 +00:00
- variable : dictionaries
label : "Dictionaries to use, leave empty to use all"
schema :
type : string
default : "de_DE en_GB en_US es_ES fr_FR it nl pt_BR pt_PT ru"
- variable : extra_params
label : "Extra Parameters to add"
2022-07-11 19:13:45 +00:00
description : 'e.g. "--o:welcome.enable=false", See more on /etc/loolwsd/loolwsd.xml. Separate params with space'
2021-03-06 20:32:31 +00:00
schema :
type : string
2022-04-10 21:57:07 +00:00
default : "--o:welcome.enable=false --o:logging.level=information --o:user_interface.mode=notebookbar --o:ssl.termination=true --o:ssl.enable=false"
2021-07-13 21:40:12 +00:00
- variable : DONT_GEN_SSL_CERT
label : "DONT_GEN_SSL_CERT"
description : "When set to true it does NOT generate an SSL cert, you have to use your own"
schema :
2021-09-30 21:58:54 +00:00
type : boolean
default : true
2021-03-06 20:32:31 +00:00
- variable : server_name
label : "Server Name"
2022-07-21 12:59:28 +00:00
description : "When this environment variable is set (is not empty), then its value will be used as server name in /etc/loolwsd/loolwsd.xml. Without this, CODE is not delivering a correct host for the websocket connection in case of a proxy in front of it."
2021-03-06 20:32:31 +00:00
schema :
type : string
2021-10-02 09:30:07 +00:00
default : 'collabora.domain.tld'
2021-11-03 17:31:18 +00:00
valid_chars : '^((([a-z\d](-?[a-z\d]){0,62})\.)*(([a-z\d](-?[a-z\d]){0,62})\.)([a-z](-?[a-z\d]){1,62})|((\d{1,3}\.){3}\d{1,3}))$'
2021-09-13 10:58:34 +00:00
# Include{containerConfig}
2022-08-08 21:25:02 +00:00
# Include{serviceRoot}
2021-03-03 15:51:25 +00:00
- variable : main
2021-05-22 15:59:46 +00:00
label : "Main Service"
2021-03-03 15:51:25 +00:00
description : "The Primary service on which the healthcheck runs, often the webUI"
2021-02-15 10:31:41 +00:00
schema :
2022-01-21 00:35:59 +00:00
additional_attrs : true
2021-03-03 15:51:25 +00:00
type : dict
attrs :
2021-11-06 23:32:56 +00:00
# Include{serviceSelector}
2021-05-22 15:59:46 +00:00
- variable : main
label : "Main Service Port Configuration"
2021-02-15 10:31:41 +00:00
schema :
2022-01-21 00:35:59 +00:00
additional_attrs : true
2021-05-22 15:59:46 +00:00
type : dict
attrs :
2021-11-14 14:32:48 +00:00
- variable : port
label : "Port"
description : "This port exposes the container port on the service"
schema :
type : int
2021-11-28 09:26:31 +00:00
default : 10105
2021-11-14 14:32:48 +00:00
required : true
2022-08-08 21:25:02 +00:00
# Include{advancedPortHTTP}
2021-11-06 23:32:56 +00:00
- variable : targetPort
label : "Target Port"
description : "The internal(!) port on the container the Application runs on"
schema :
type : int
default : 9980
2022-08-08 21:25:02 +00:00
# Include{serviceExpertRoot}
2021-09-13 16:49:14 +00:00
default : false
2021-10-05 10:50:21 +00:00
# Include{serviceExpert}
2021-09-13 10:58:34 +00:00
# Include{serviceList}
# Include{persistenceList}
2022-08-08 21:25:02 +00:00
# Include{ingressRoot}
2021-06-08 11:20:47 +00:00
- variable : main
label : "Main Ingress"
schema :
2022-01-21 00:35:59 +00:00
additional_attrs : true
2021-06-08 11:20:47 +00:00
type : dict
attrs :
2021-10-05 10:50:21 +00:00
# Include{ingressDefault}
# Include{ingressTLS}
# Include{ingressTraefik}
# Include{ingressExpert}
2021-09-13 10:58:34 +00:00
# Include{ingressList}
2022-03-03 14:04:31 +00:00
# Include{security}
2022-08-08 21:25:02 +00:00
# Include{securityContextAdvancedRoot}
2021-11-06 20:41:31 +00:00
- variable : privileged
label : "Privileged mode"
schema :
type : boolean
default : false
- variable : readOnlyRootFilesystem
label : "ReadOnly Root Filesystem"
schema :
type : boolean
default : false
- variable : allowPrivilegeEscalation
label : "Allow Privilege Escalation"
schema :
type : boolean
default : true
- variable : runAsNonRoot
label : "runAsNonRoot"
schema :
type : boolean
2022-01-25 23:01:28 +00:00
default : true
2022-01-13 11:18:20 +00:00
# Include{securityContextAdvanced}
2022-08-08 21:25:02 +00:00
# Include{podSecurityContextRoot}
2021-09-26 18:05:21 +00:00
- variable : runAsUser
label : "runAsUser"
description : "The UserID of the user running the application"
schema :
type : int
default : 104
- variable : runAsGroup
label : "runAsGroup"
2022-04-20 07:35:54 +00:00
description : "The groupID this App of the user running the application"
2021-09-26 18:05:21 +00:00
schema :
type : int
2022-01-25 23:01:28 +00:00
default : 106
2021-09-26 18:05:21 +00:00
- variable : fsGroup
label : "fsGroup"
description : "The group that should own ALL storage."
schema :
type : int
default : 568
2022-01-13 11:18:20 +00:00
# Include{podSecurityContextAdvanced}
2021-09-26 18:44:02 +00:00
# Include{resources}
2021-10-04 11:46:38 +00:00
# Include{advanced}
2021-09-13 10:58:34 +00:00
# Include{addons}
2022-08-12 11:15:27 +00:00
# Include{documentation}