values.yaml Description
Chart Version: 0.4.0
Key | Type | Default | Description |
---|---|---|---|
autoscaling.enabled |
bool |
|
Enables autoscaling. When set to |
autoscaling.maxReplicas |
int |
|
Sets maximum replicas for autoscaling. |
autoscaling.metrics |
list |
|
Metrics to use for autoscaling |
autoscaling.minReplicas |
int |
|
Sets minimum replicas for autoscaling. |
cache.nodes |
list |
|
Nodes of the cache to use. |
cache.type |
string |
|
Type of the cache to use. To disable the cache, set to "noop". Can be set to "redis", then the address of Redis nodes needs to be set to |
configRefs.graphConfigRef |
string |
|
Reference to an existing graph config. |
configRefs.storageusersConfigRef |
string |
|
Reference to an existing storage-users config. |
configRefs.webThemeAssetsConfigRef |
string |
|
Optional reference to an existing web theme assets config. Will be mounted to /var/lib/ocis/web/assets/themes/owncloud/assets for Web. Does not get autogenerated. Hint: if you set this, you’ll no longer be able to change the instance logo via the Web UI. |
configRefs.webThemeConfigRef |
string |
|
Optional reference to an existing web theme config. Will be mounted to /var/lib/ocis/web/assets/themes/owncloud for Web. Does not get autogenerated. Hint: if you set this, you’ll no longer be able to change the instance logo via the Web UI. |
debug.profiling |
bool |
|
Profiling enables the http://<pod>:<debug-metrics>/debug/pprof endpoint to inspect various Go runtime internals. You can use the endpoint on your machine by forwarding the port, eg: |
deploymentStrategy |
object |
|
Deployment strategy. |
externalDomain |
string |
|
Domain where oCIS is reachable for the outside world |
extraLabels |
object |
|
Custom labels for all manifests |
extraResources |
list |
|
Extra resources to be included. |
features.appsIntegration.enabled |
bool |
|
Enables the apps integration. |
features.appsIntegration.mimetypes |
list |
default configuration of oCIS, see doc.owncloud.com |
Mimetype configuration. Let’s you configure a mimetypes' default application, if it is allowed to create a new file and more. |
features.appsIntegration.wopiIntegration.officeSuites[0].enabled |
bool |
|
Enables the office suite. |
features.appsIntegration.wopiIntegration.officeSuites[0].iconURI |
string |
|
URI for the icon of the office suite. Will be displayed to the users. |
features.appsIntegration.wopiIntegration.officeSuites[0].insecure |
bool |
|
Disables SSL certificate checking for connections to the office suites http api. Not recommended for production installations. |
features.appsIntegration.wopiIntegration.officeSuites[0].name |
string |
|
Name of the office suite. Will be displayed to the users. |
features.appsIntegration.wopiIntegration.officeSuites[0].uri |
string |
|
URI of the office suite. |
features.appsIntegration.wopiIntegration.officeSuites[1].enabled |
bool |
|
Enables the office suite. |
features.appsIntegration.wopiIntegration.officeSuites[1].iconURI |
string |
|
URI for the icon of the office suite. Will be displayed to the users. |
features.appsIntegration.wopiIntegration.officeSuites[1].insecure |
bool |
|
Disables SSL certificate checking for connections to the office suites http api. Not recommended for production installations. |
features.appsIntegration.wopiIntegration.officeSuites[1].name |
string |
|
Name of the office suite. Will be displayed to the users. |
features.appsIntegration.wopiIntegration.officeSuites[1].uri |
string |
|
URI of the office suite. |
features.appsIntegration.wopiIntegration.wopiFolderURI |
string |
|
Base url to navigate back from the app to the containing folder in the file list. |
features.appsIntegration.wopiIntegration.wopiServerURI |
string |
|
URL of the cs3org/wopiserver. Can be deployed with this Chart. |
features.archiver.maxNumFiles |
int |
|
Max number of files that can be packed into an archive. |
features.archiver.maxSize |
int |
|
Max size in bytes of the zip archive the archiver can create. |
features.basicAuthentication |
bool |
|
Enable basic authentication. Not recommended for production installations. |
features.demoUsers |
bool |
|
Create demo users on the first startup. Not recommended for production installations. |
features.edition |
string |
|
Edition of ownCloud Infinite Scale. |
features.emailNotifications.enabled |
bool |
|
Enables email notifications. This features needs the secret from notificationsSmtpSecretRef present. |
features.emailNotifications.smtp.authentication |
string |
|
Authentication method for the SMTP communication. Possible values are ‘login’, ‘plain’, ‘crammd5’, ‘none’ |
features.emailNotifications.smtp.encryption |
string |
|
Encryption method for the SMTP communication. Possible values are ‘starttls’, ‘ssl’, ‘ssltls’, ‘tls’ and ‘none’. |
features.emailNotifications.smtp.host |
string |
|
SMTP host to connect to. |
features.emailNotifications.smtp.port |
string |
|
Port of the SMTP host to connect to. |
features.emailNotifications.smtp.sender |
string |
|
Sender address of emails that will be sent. Example: 'ownCloud <noreply@example.com>' |
features.externalUserManagement.adminUUID |
string |
|
UUID of the inital admin user. If the given value matches a user’s value from |
features.externalUserManagement.enabled |
bool |
|
Enables external user management (and disables internal user management). Needs an external OpenID Connect Identity Provider and an external LDAP server. |
features.externalUserManagement.ldap.bindDN |
string |
|
DN of the user to use to bind to the LDAP server. The password for the user needs to be set in the secret referenced by |
features.externalUserManagement.ldap.certTrusted |
bool |
|
Set only to false, if the certificate of your LDAP secure service is not trusted. If set to false, you need to put the CA cert of the LDAP secure server into the secret referenced by "ldapCaRef" |
features.externalUserManagement.ldap.disableUsers |
object |
|
When using external user management, users can be set as disabled by either belonging to a group or using an ldap attribute. |
features.externalUserManagement.ldap.disableUsers.disableMechanism |
string |
|
Enables disabling users if configured as "attribute" or "group" |
features.externalUserManagement.ldap.disableUsers.disabledUsersGroupDN |
string |
|
Group that a user can be added to and by that being marked as disabled. |
features.externalUserManagement.ldap.disableUsers.userEnabledAttribute |
string |
|
Attribute to use for disabling users. |
features.externalUserManagement.ldap.group.baseDN |
string |
|
Search base DN for looking up LDAP groups. |
features.externalUserManagement.ldap.group.createBaseDN |
string |
|
BaseDN where new groups are created and are considered as editable. All existing groups with a DN outside the |
features.externalUserManagement.ldap.group.filter |
string |
|
LDAP filter to add to the default filters for group searches. |
features.externalUserManagement.ldap.group.objectClass |
string |
|
The object class to use for groups in the default group search filter like |
features.externalUserManagement.ldap.group.schema.displayName |
string |
|
LDAP Attribute to use for the displayname of groups (often the same as groupname attribute). |
features.externalUserManagement.ldap.group.schema.groupName |
string |
|
LDAP Attribute to use for the name of groups. |
features.externalUserManagement.ldap.group.schema.id |
string |
|
LDAP Attribute to use as the unique ID for groups. This should be a stable globally unique ID like a UUID. |
features.externalUserManagement.ldap.group.schema.idIsOctetString |
bool |
|
Set this to true if the defined |
features.externalUserManagement.ldap.group.schema.mail |
string |
|
LDAP Attribute to use for the email address of groups (can be empty). |
features.externalUserManagement.ldap.group.schema.member |
string |
|
LDAP Attribute that is used for group members. |
features.externalUserManagement.ldap.group.scope |
string |
|
LDAP search scope to use when looking up groups. Supported values are |
features.externalUserManagement.ldap.insecure |
bool |
|
For self signed certificates, consider to put the CA cert of the LDAP secure server into the secret referenced by "ldapCaRef" Not recommended for production installations. |
features.externalUserManagement.ldap.passwordModifyExOpEnabled |
bool |
|
Use the Password Modify Extended Operation for updating user passwords. |
features.externalUserManagement.ldap.readOnlyAttributes |
list |
|
If the LDAP server is set to writable in general, some user attributes can be restricted to read only in the UI. Note: This only disables editing in the UI. The readonly permissions need to be enforced in the LDAP server itself. |
features.externalUserManagement.ldap.refintEnabled |
bool |
|
Signals that the LDAP server has the refint plugin enabled, which makes some actions not needed. |
features.externalUserManagement.ldap.uri |
string |
|
URI to connect to the LDAP secure server. |
features.externalUserManagement.ldap.useServerUUID |
bool |
|
If set to true, rely on the LDAP Server to generate a unique ID for users and groups, like when using 'entryUUID' as the user ID attribute. |
features.externalUserManagement.ldap.user.baseDN |
string |
|
Search base DN for looking up LDAP users. |
features.externalUserManagement.ldap.user.filter |
string |
|
LDAP filter to add to the default filters for user search like |
features.externalUserManagement.ldap.user.objectClass |
string |
|
The object class to use for users in the default user search filter like |
features.externalUserManagement.ldap.user.schema.displayName |
string |
|
LDAP Attribute to use for the displayname of users. |
features.externalUserManagement.ldap.user.schema.id |
string |
|
LDAP Attribute to use as the unique id for users. This should be a stable globally unique id like a UUID. |
features.externalUserManagement.ldap.user.schema.idIsOctetString |
bool |
|
Set this to true if the defined |
features.externalUserManagement.ldap.user.schema.mail |
string |
|
LDAP Attribute to use for the email address of users. |
features.externalUserManagement.ldap.user.schema.userName |
string |
|
LDAP Attribute to use for username of users. |
features.externalUserManagement.ldap.user.schema.userType |
string |
|
LDAP Attribute to distinguish between 'Member' and 'Guest' users. Default is 'ownCloudUserType'. |
features.externalUserManagement.ldap.user.scope |
string |
|
LDAP search scope to use when looking up users. Supported values are |
features.externalUserManagement.ldap.user.substringFilterType |
string |
|
Type of substring search filter to use for substring searches for users. Possible values: |
features.externalUserManagement.ldap.writeable |
bool |
|
Writeable configures if oCIS is allowed to write to the LDAP server, to eg. create or edit users. |
features.externalUserManagement.oidc.accessTokenVerifyMethod |
string |
|
OIDC Acces Token Verify Method Set to "jwt" or "none" |
features.externalUserManagement.oidc.editAccountLink |
string |
|
Link to the OIDC provider’s user accessible account editing page. This will be shown to the user on the personal account page. When using Keycloak with the a realm named "ocis" this could point to eg. https://keycloak.owncloud.test/realms/ocis/account/ |
features.externalUserManagement.oidc.issuerURI |
string |
|
Issuer URI of the OpenID Connect Identity Provider. If the IDP doesn’t have valid / trusted SSL certificates, certificate validation can be disabled with the |
features.externalUserManagement.oidc.roleAssignment |
object |
|
Configure OIDC role assignment. If activated, oCIS will read the role assigment from the OIDC token, see Automatic Role Assignments |
features.externalUserManagement.oidc.roleAssignment.claim |
string |
|
The name of the OIDC claim holding the role assignment |
features.externalUserManagement.oidc.roleAssignment.mapping |
list |
|
Configure the mapping for the role assignment |
features.externalUserManagement.oidc.sessionManagementLink |
string |
|
Link to the OIDC provider’s user accessible session management. This will be shown to the user on the personal account page. When using Keycloak with the a realm named "ocis" this could point to eg. https://keycloak.owncloud.test/realms/ocis/account/ |
features.externalUserManagement.oidc.userIDClaim |
string |
|
Claim to take an unique user identifier from. It will be used to look up the user on the LDAP server. |
features.externalUserManagement.oidc.userIDClaimAttributeMapping |
string |
|
Attribute mapping of for the userIDClaim. Set to |
features.externalUserManagement.oidc.webClientID |
string |
|
Specify the client ID which the web frontend will use |
features.gdprReport.integrations |
object |
|
Controls the separate GDPR integrations |
features.gdprReport.integrations.keycloak.basePath |
string |
|
Base URI of keycloak. |
features.gdprReport.integrations.keycloak.clientID |
string |
|
Client ID to authenticate against keycloak with. |
features.gdprReport.integrations.keycloak.clientRealm |
string |
|
Realm that the client ID is configured in, usually master. |
features.gdprReport.integrations.keycloak.enabled |
bool |
|
Enable keycloak data export. |
features.gdprReport.integrations.keycloak.insecure |
bool |
|
Disables SSL certificate checking for connections to the GDPR export service. Not recommended for production installations. |
features.gdprReport.integrations.keycloak.userRealm |
string |
|
Realm that the users are in. |
features.policies.enabled |
bool |
|
Enables policies |
features.policies.engineTimeout |
string |
|
Sets the timeout the rego expression evaluation can take. The timeout can be set as number followed by a unit identifier like ms, s, etc. Rules default to deny if the timeout was reached. |
features.policies.policies |
list |
|
Sets the policies. Each policy file is defined by a |
features.quotas.default |
string |
|
Sets the default quota for spaces in bytes. So 1000 sets the default quota to 1KB. 0 means unlimited. |
features.quotas.max |
string |
|
Sets the maximum quota for spaces in bytes. So 1000 sets the max quota to 1KB. |
features.quotas.roles |
object |
|
Sets specific quotas for roles |
features.roles.customRoles |
string |
|
Define the roles by providing the JSON text here. |
features.roles.customRolesConfigRef |
string |
|
Define the roles by specifying a name of a ConfigMap which already contains the the role description (might also be defined in the |
features.sharing.publiclink.writeableShareMustHavePassword |
bool |
|
Enforce a password on writable public link shares. |
features.sharing.users.resharing |
bool |
|
Allow a share receiver to share the share with a 3rd person. |
features.sharing.users.search.minLengthLimit |
int |
|
Minimum number of characters to enter before a client should start a search for Share receivers. This setting can be used to customize the user experience if e.g too many results are displayed. |
features.virusscan.enabled |
bool |
|
Enables virus scanning |
features.virusscan.icap |
object |
|
Define icap parameters |
features.virusscan.icap.service |
string |
|
Sets the service to be used in icap |
features.virusscan.icap.timeout |
int |
|
Sets the timeout for icap scans |
features.virusscan.icap.url |
string |
|
Sets the icap url |
features.virusscan.infectedFileHandling |
string |
|
Define what should happen with infected files. Supported options are: 'delete', 'continue' and 'abort '. Delete will delete the file. Continue will mark the file as infected but continues further processing. Abort will keep the file in the uploads folder for further admin inspection and will not move it to its final destination. |
features.virusscan.maxScanSize |
string |
|
Sets a maximum file size for scans. Only this many bytes of a file will be scanned. 0 means unlimited and is the default. Usable common abbreviations: [KB, KiB, GB, GiB, TB, TiB, PB, PiB, EB, EiB], example: 2GB. |
http.cors.allow_origins |
list |
|
|
image.pullPolicy |
string |
|
Image pull policy |
image.pullSecrets |
list |
|
Names of the secret containing the credentials to pull an image from the registry. More information how a secret can be defined at https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ Note: These secrets also apply to initContainers, so you need to provide secrets for the initContainer image here as well. |
image.repository |
string |
|
Image repository |
image.sha |
string |
|
Image sha / digest (optional). |
image.tag |
string |
|
Image tag. Defaults to the chart’s appVersion. |
ingress.annotations |
object |
|
Ingress annotations. |
ingress.enabled |
bool |
|
Enables the Ingress. |
ingress.ingressClassName |
string |
|
Ingress class to use. Uses the default ingress class if not set. |
ingress.labels |
object |
|
Labels for the ingress. |
ingress.tls |
list |
|
Ingress TLS configuration. |
initContainerImage.pullPolicy |
string |
|
Image pull policy |
initContainerImage.repository |
string |
|
Image repository |
initContainerImage.sha |
string |
|
Image sha / digest (optional). |
initContainerImage.tag |
string |
|
Image tag. |
insecure.ocisHttpApiInsecure |
bool |
|
Disables SSL certificate checking for connections to the oCIS http apis. Not recommended for production installations. |
insecure.oidcIdpInsecure |
bool |
|
Disables SSL certificate checking for connections to the openID connect identity provider. Not recommended for production installations. |
logging.color |
string |
|
Activates colorized log output. Not recommended for production installations. |
logging.level |
string |
|
Log level. Valid values: |
logging.pretty |
string |
|
Activates pretty log output. Not recommended for production installations. |
messagingSystem.external.cluster |
string |
|
Cluster name to use with the messaging system. |
messagingSystem.external.enabled |
bool |
|
Use an external NATS messaging system instead of the internal one. Recommended for all production instances. Needs to be used if HighAvailability is needed. Needs to be used if oCIS shall be used by more than a 2-digit user count. |
messagingSystem.external.endpoint |
string |
|
Endpoint of the messaging system. |
messagingSystem.external.tls.certTrusted |
bool |
|
Set only to false, if the certificate of your messaging system service is not trusted. If set to false, you need to put the CA cert of the messaging system server into the secret referenced by "messagingSystemCaRef" |
messagingSystem.external.tls.enabled |
bool |
|
Enables TLS encrypted communication with the messaging system. Recommended for production installations. |
messagingSystem.external.tls.insecure |
bool |
|
For self signed certificates, consider to put the CA cert of the messaging system secure server into the secret referenced by "messagingSystemCaRef" Not recommended for production installations. |
monitoring |
object |
|
Service monitoring configuration. Requires the monitoring.coreos.com/v1 CRDs to be installed. |
monitoring.enabled |
bool |
|
Enable service monitoring. |
monitoring.interval |
string |
|
Interval at which to scrape metrics. |
monitoring.scrapeTimeout |
string |
|
Scrape timeout. |
namespaceOverride |
string |
|
Override the deployment namespace of all resources in this Helm chart. |
podDisruptionBudget |
object |
|
|
replicas |
int |
|
Number of replicas for each scalable service. Has no effect when |
resources |
object |
|
Default resources to apply to all services, except per-service resources configuration in |
secretRefs.adminUserSecretRef |
string |
|
Reference to an existing admin user secret (see Secrets). Not used if |
secretRefs.gdprExportClientSecretRef |
string |
|
Reference to an existing keycloak client secret, used for the GDPR export. Only used if features.externalUserManagement.gdprExport.enabled equals true. |
secretRefs.idpSecretRef |
string |
|
Reference to an existing IDP secret (see Secrets). Not used if |
secretRefs.jwtSecretRef |
string |
|
Reference to an existing JWT secret (see Secrets). |
secretRefs.ldapCaRef |
string |
|
Reference to an existing LDAP certificate authority secret (see Secrets) |
secretRefs.ldapCertRef |
string |
|
Reference to an existing LDAP cert secret (see Secrets). Not used if |
secretRefs.ldapSecretRef |
string |
|
Reference to an existing LDAP bind secret (see Secrets). |
secretRefs.machineAuthApiKeySecretRef |
string |
|
Reference to an existing machine auth api key secret (see Secrets) |
secretRefs.messagingSystemCaRef |
string |
|
Reference to an existing messaging system certificate authority secret (see Secrets) |
secretRefs.notificationsSmtpSecretRef |
string |
|
Reference to an existing SMTP email server settings secret (see Secrets). Not used if |
secretRefs.s3CredentialsSecretRef |
string |
|
Reference to an existing s3 secret (see Secrets) If not filled in, will attempt to use values in |
secretRefs.storagesystemJwtSecretRef |
string |
|
Reference to an existing storage-system JWT secret (see Secrets) |
secretRefs.storagesystemSecretRef |
string |
|
Reference to an existing storage-system secret (see Secrets) |
secretRefs.thumbnailsSecretRef |
string |
|
Reference to an existing thumbnails transfer secret (see Secrets) |
secretRefs.transferSecretSecretRef |
string |
|
Reference to an existing transfer secret (see Secrets) |
securityContext.fsGroup |
int |
|
File system group for all volumes. |
securityContext.fsGroupChangePolicy |
string |
|
File system group change policy for all volumes. Possible values "Always" and "OnRootMismatch". |
securityContext.runAsGroup |
int |
|
Group ID that all processes within any containers will run with. |
securityContext.runAsUser |
int |
|
User ID that all processes within any containers will run with. |
services.antivirus |
object |
see detailed service configuration options below |
ANTIVIRUS service. Not used if |
services.antivirus.affinity |
object |
|
Affinity settings for the antivirus service. See the documentation of this setting in approvider for examples. |
services.antivirus.autoscaling |
object |
|
Per-service autoscaling. Overrides the default setting from |
services.antivirus.extraLabels |
object |
|
Per-service custom labels |
services.antivirus.podDisruptionBudget |
object |
|
Per-service PodDisruptionBudget. Overrides the default setting from |
services.antivirus.resources |
object |
|
Per-service resources configuration. Overrides the default setting from |
services.appprovider |
object |
see detailed service configuration options below |
APP PROVIDER service. Not used if |
services.appprovider.affinity |
object |
|
Affinity settings for the approvider service. |
services.appprovider.extraLabels |
object |
|
Per-service custom labels |
services.appprovider.resources |
object |
|
Per-service resources configuration. Overrides the default setting from |
services.appregistry |
object |
see detailed service configuration options below |
APP REGISTRY service. Not used if |
services.appregistry.affinity |
object |
|
Affinity settings for the appregistry service. See the documentation of this setting in approvider for examples. |
services.appregistry.extraLabels |
object |
|
Per-service custom labels |
services.appregistry.resources |
object |
|
Per-service resources configuration. Overrides the default setting from |
services.audit |
object |
see detailed service configuration options below |
AUDIT service. |
services.audit.affinity |
object |
|
Affinity settings for the audit service. See the documentation of this setting in approvider for examples. |
services.audit.autoscaling |
object |
|
Per-service autoscaling. Overrides the default setting from |
services.audit.extraLabels |
object |
|
Per-service custom labels |
services.audit.podDisruptionBudget |
object |
|
Per-service PodDisruptionBudget. Overrides the default setting from |
services.audit.resources |
object |
|
Per-service resources configuration. Overrides the default setting from |
services.authbasic |
object |
see detailed service configuration options below |
AUTH BASIC service. Not used if |
services.authbasic.affinity |
object |
|
Affinity settings for the authbasic service. See the documentation of this setting in approvider for examples. |
services.authbasic.autoscaling |
object |
|
Per-service autoscaling. Overrides the default setting from |
services.authbasic.extraLabels |
object |
|
Per-service custom labels |
services.authbasic.podDisruptionBudget |
object |
|
Per-service PodDisruptionBudget. Overrides the default setting from |
services.authbasic.resources |
object |
|
Per-service resources configuration. Overrides the default setting from |
services.authmachine |
object |
see detailed service configuration options below |
AUTH MACHINE service. |
services.authmachine.affinity |
object |
|
Affinity settings for the authmachine service. See the documentation of this setting in approvider for examples. |
services.authmachine.autoscaling |
object |
|
Per-service autoscaling. Overrides the default setting from |
services.authmachine.extraLabels |
object |
|
Per-service custom labels |
services.authmachine.podDisruptionBudget |
object |
|
Per-service PodDisruptionBudget. Overrides the default setting from |
services.authmachine.resources |
object |
|
Per-service resources configuration. Overrides the default setting from |
services.eventhistory |
object |
see detailed service configuration options below |
EVENT HISTORY service. |
services.eventhistory.affinity |
object |
|
Affinity settings for the eventhistory service. See the documentation of this setting in approvider for examples. |
services.eventhistory.autoscaling |
object |
|
Per-service autoscaling. Overrides the default setting from |
services.eventhistory.extraLabels |
object |
|
Per-service custom labels |
services.eventhistory.podDisruptionBudget |
object |
|
Per-service PodDisruptionBudget. Overrides the default setting from |
services.eventhistory.resources |
object |
|
Per-service resources configuration. Overrides the default setting from |
services.eventhistory.store |
object |
|
Per-service store configuration for the eventhistory service. Overrides the default setting from |
services.frontend |
object |
see detailed service configuration options below |
FRONTEND service. |
services.frontend.affinity |
object |
|
Affinity settings for the frontend service. See the documentation of this setting in approvider for examples. |
services.frontend.autoscaling |
object |
|
Per-service autoscaling. Overrides the default setting from |
services.frontend.extraLabels |
object |
|
Per-service custom labels |
services.frontend.podDisruptionBudget |
object |
|
Per-service PodDisruptionBudget. Overrides the default setting from |
services.frontend.resources |
object |
|
Per-service resources configuration. Overrides the default setting from |
services.gateway |
object |
see detailed service configuration options below |
GATEWAY service. |
services.gateway.affinity |
object |
|
Affinity settings for the gateway service. See the documentation of this setting in approvider for examples. |
services.gateway.autoscaling |
object |
|
Per-service autoscaling. Overrides the default setting from |
services.gateway.extraLabels |
object |
|
Per-service custom labels |
services.gateway.podDisruptionBudget |
object |
|
Per-service PodDisruptionBudget. Overrides the default setting from |
services.gateway.resources |
object |
|
Per-service resources configuration. Overrides the default setting from |
services.graph |
object |
see detailed service configuration options below |
GRAPH service. |
services.graph.affinity |
object |
|
Affinity settings for the graph service. See the documentation of this setting in approvider for examples. |
services.graph.autoscaling |
object |
|
Per-service autoscaling. Overrides the default setting from |
services.graph.extraLabels |
object |
|
Per-service custom labels |
services.graph.podDisruptionBudget |
object |
|
Per-service PodDisruptionBudget. Overrides the default setting from |
services.graph.resources |
object |
|
Per-service resources configuration. Overrides the default setting from |
services.groups |
object |
see detailed service configuration options below |
GROUPS service. |
services.groups.affinity |
object |
|
Affinity settings for the groups service. See the documentation of this setting in approvider for examples. |
services.groups.autoscaling |
object |
|
Per-service autoscaling. Overrides the default setting from |
services.groups.extraLabels |
object |
|
Per-service custom labels |
services.groups.podDisruptionBudget |
object |
|
Per-service PodDisruptionBudget. Overrides the default setting from |
services.groups.resources |
object |
|
Per-service resources configuration. Overrides the default setting from |
services.idm |
object |
see detailed service configuration options below |
IDM service. Not used if |
services.idm.affinity |
object |
|
Affinity settings for the idm service. See the documentation of this setting in approvider for examples. |
services.idm.extraLabels |
object |
|
Per-service custom labels |
services.idm.persistence |
object |
see detailed persistence configuration options below |
Persistence settings. |
services.idm.persistence.accessModes |
list |
|
Persistent volume access modes. Needs to be |
services.idm.persistence.annotations |
object |
|
Persistent volume annotations. |
services.idm.persistence.chownInitContainer |
bool |
|
Enables a initContainer to chown the volume. The initContainer is run as root. This is not needed if the driver applies the fsGroup from the securityContext. |
services.idm.persistence.claimName |
string |
|
Use a custom name for the PVC instead of the default one. |
services.idm.persistence.enabled |
bool |
|
Enables persistence. Needs to be enabled on production installations, except |
services.idm.persistence.existingClaim |
string |
|
Use an existing PersistentVolumeClaim for persistence. |
services.idm.persistence.finalizers |
list |
|
Persistent volume finalizers. |
services.idm.persistence.selectorLabels |
object |
|
Persistent volume selector labels. |
services.idm.persistence.size |
string |
|
Size of the persistent volume. |
services.idm.persistence.storageClassName |
string |
|
Storage class to use. Uses the default storage class if not set. |
services.idm.resources |
object |
|
Per-service resources configuration. Overrides the default setting from |
services.idp |
object |
see detailed service configuration options below |
IDP service. Not used if |
services.idp.affinity |
object |
|
Affinity settings for the idp service. See the documentation of this setting in approvider for examples. |
services.idp.extraLabels |
object |
|
Per-service custom labels |
services.idp.resources |
object |
|
Per-service resources configuration. Overrides the default setting from |
services.nats |
object |
see detailed service configuration options below |
NATS service. Not used if |
services.nats.affinity |
object |
|
Affinity settings for the nats service. See the documentation of this setting in approvider for examples. |
services.nats.extraLabels |
object |
|
Per-service custom labels |
services.nats.persistence |
object |
see detailed persistence configuration options below |
Persistence settings. |
services.nats.persistence.accessModes |
list |
|
Persistent volume access modes. Needs to be |
services.nats.persistence.annotations |
object |
|
Persistent volume annotations. |
services.nats.persistence.chownInitContainer |
bool |
|
Enables a initContainer to chown the volume. The initContainer is run as root. This is not needed if the driver applies the fsGroup from the securityContext. |
services.nats.persistence.claimName |
string |
|
Use a custom name for the PVC instead of the default one. |
services.nats.persistence.enabled |
bool |
|
Enables persistence. Needs to be enabled on production installations, except |
services.nats.persistence.existingClaim |
string |
|
Use an existing PersistentVolumeClaim for persistence. |
services.nats.persistence.finalizers |
list |
|
Persistent volume finalizers. |
services.nats.persistence.selectorLabels |
object |
|
Persistent volume selector labels. |
services.nats.persistence.size |
string |
|
Size of the persistent volume. |
services.nats.persistence.storageClassName |
string |
|
Storage class to use. Uses the default storage class if not set. |
services.nats.resources |
object |
|
Per-service resources configuration. Overrides the default setting from |
services.notifications |
object |
see detailed service configuration options below |
NOTIFICATIONS service. Not used if |
services.notifications.affinity |
object |
|
Affinity settings for the notifications service. See the documentation of this setting in approvider for examples. |
services.notifications.autoscaling |
object |
|
Per-service autoscaling. Overrides the default setting from |
services.notifications.extraLabels |
object |
|
Per-service custom labels |
services.notifications.podDisruptionBudget |
object |
|
Per-service PodDisruptionBudget. Overrides the default setting from |
services.notifications.resources |
object |
|
Per-service resources configuration. Overrides the default setting from |
services.ocdav |
object |
see detailed service configuration options below |
OCDAV service. |
services.ocdav.affinity |
object |
|
Affinity settings for the ocdav service. See the documentation of this setting in approvider for examples. |
services.ocdav.autoscaling |
object |
|
Per-service autoscaling. Overrides the default setting from |
services.ocdav.extraLabels |
object |
|
Per-service custom labels |
services.ocdav.podDisruptionBudget |
object |
|
Per-service PodDisruptionBudget. Overrides the default setting from |
services.ocdav.resources |
object |
|
Per-service resources configuration. Overrides the default setting from |
services.ocs |
object |
see detailed service configuration options below |
OCS service. |
services.ocs.affinity |
object |
|
Affinity settings for the ocs service. See the documentation of this setting in approvider for examples. |
services.ocs.autoscaling |
object |
|
Per-service autoscaling. Overrides the default setting from |
services.ocs.extraLabels |
object |
|
Per-service custom labels |
services.ocs.podDisruptionBudget |
object |
|
Per-service PodDisruptionBudget. Overrides the default setting from |
services.ocs.resources |
object |
|
Per-service resources configuration. Overrides the default setting from |
services.policies |
object |
see detailed service configuration options below |
POLICIES service. |
services.policies.affinity |
object |
|
Affinity settings for the policies service. See the documentation of this setting in approvider for examples. |
services.policies.autoscaling |
object |
|
Per-service autoscaling. Overrides the default setting from |
services.policies.extraLabels |
object |
|
Per-service custom labels |
services.postprocessing |
object |
see detailed service configuration options below |
POSTPROCESSING service. |
services.postprocessing.affinity |
object |
|
Affinity settings for the postprocessing service. See the documentation of this setting in approvider for examples. |
services.postprocessing.autoscaling |
object |
|
Per-service autoscaling. Overrides the default setting from |
services.postprocessing.extraLabels |
object |
|
Per-service custom labels |
services.postprocessing.resources |
object |
|
Per-service resources configuration. Overrides the default setting from |
services.postprocessing.store |
object |
|
Per-service store configuration for the eventhistory service. Overrides the default setting from |
services.proxy |
object |
see detailed service configuration options below |
PROXY service. |
services.proxy.affinity |
object |
|
Affinity settings for the proxy service. See the documentation of this setting in approvider for examples. |
services.proxy.autoscaling |
object |
|
Per-service autoscaling. Overrides the default setting from |
services.proxy.extraLabels |
object |
|
Per-service custom labels |
services.proxy.podDisruptionBudget |
object |
|
Per-service PodDisruptionBudget. Overrides the default setting from |
services.proxy.resources |
object |
|
Per-service resources configuration. Overrides the default setting from |
services.search |
object |
see detailed service configuration options below |
SEARCH service. |
services.search.affinity |
object |
|
Affinity settings for the search service. See the documentation of this setting in approvider for examples. |
services.search.extraLabels |
object |
|
Per-service custom labels |
services.search.extractor |
object |
see detailed search extractor configuration options below |
Search Extractor settings. |
services.search.extractor.tika.url |
string |
|
Set the URL to Tika. Only applicable if |
services.search.extractor.type |
string |
|
Configures the search extractor type to be used. Possible extractors: - |
services.search.persistence |
object |
see detailed persistence configuration options below |
Persistence settings. |
services.search.persistence.accessModes |
list |
|
Persistent volume access modes. Needs to be |
services.search.persistence.annotations |
object |
|
Persistent volume annotations. |
services.search.persistence.chownInitContainer |
bool |
|
Enables a initContainer to chown the volume. The initContainer is run as root. This is not needed if the driver applies the fsGroup from the securityContext. |
services.search.persistence.claimName |
string |
|
Use a custom name for the PVC instead of the default one. |
services.search.persistence.enabled |
bool |
|
Enables persistence. Needs to be enabled on production installations. If not enabled, pod restarts will lead to data loss. Also scaling this service beyond one instance is not possible if the service instances don’t share the same storage. |
services.search.persistence.existingClaim |
string |
|
Use an existing PersistentVolumeClaim for persistence. |
services.search.persistence.finalizers |
list |
|
Persistent volume finalizers. |
services.search.persistence.selectorLabels |
object |
|
Persistent volume selector labels. |
services.search.persistence.size |
string |
|
Size of the persistent volume. |
services.search.persistence.storageClassName |
string |
|
Storage class to use. Uses the default storage class if not set. |
services.search.podDisruptionBudget |
object |
|
Per-service PodDisruptionBudget. Overrides the default setting from |
services.search.resources |
object |
|
Per-service resources configuration. Overrides the default setting from |
services.settings |
object |
see detailed service configuration options below |
SETTINGS service. |
services.settings.affinity |
object |
|
Affinity settings for the settings service. See the documentation of this setting in approvider for examples. |
services.settings.autoscaling |
object |
|
Per-service autoscaling. Overrides the default setting from |
services.settings.extraLabels |
object |
|
Per-service custom labels |
services.settings.podDisruptionBudget |
object |
|
Per-service PodDisruptionBudget. Overrides the default setting from |
services.settings.resources |
object |
|
Per-service resources configuration. Overrides the default setting from |
services.sharing |
object |
see detailed service configuration options below |
SHARING service. |
services.sharing.affinity |
object |
|
Affinity settings for the sharing service. See the documentation of this setting in approvider for examples. |
services.sharing.autoscaling |
object |
|
Per-service autoscaling. Overrides the default setting from |
services.sharing.extraLabels |
object |
|
Per-service custom labels |
services.sharing.podDisruptionBudget |
object |
|
Per-service PodDisruptionBudget. Overrides the default setting from |
services.sharing.resources |
object |
|
Per-service resources configuration. Overrides the default setting from |
services.storagepubliclink |
object |
see detailed service configuration options below |
STORAGE-PUBLICLINK service. |
services.storagepubliclink.affinity |
object |
|
Affinity settings for the storagepubliclink service. See the documentation of this setting in approvider for examples. |
services.storagepubliclink.autoscaling |
object |
|
Per-service autoscaling. Overrides the default setting from |
services.storagepubliclink.extraLabels |
object |
|
Per-service custom labels |
services.storagepubliclink.podDisruptionBudget |
object |
|
Per-service PodDisruptionBudget. Overrides the default setting from |
services.storagepubliclink.resources |
object |
|
Per-service resources configuration. Overrides the default setting from |
services.storageshares |
object |
see detailed service configuration options below |
STORAGE-SHARES service. |
services.storageshares.affinity |
object |
|
Affinity settings for the storageshares service. See the documentation of this setting in approvider for examples. |
services.storageshares.autoscaling |
object |
|
Per-service autoscaling. Overrides the default setting from |
services.storageshares.extraLabels |
object |
|
Per-service custom labels |
services.storageshares.podDisruptionBudget |
object |
|
Per-service PodDisruptionBudget. Overrides the default setting from |
services.storageshares.resources |
object |
|
Per-service resources configuration. Overrides the default setting from |
services.storagesystem |
object |
see detailed service configuration options below |
STORAGE-SYSTEM service. |
services.storagesystem.affinity |
object |
|
Affinity settings for the storagesystem service. See the documentation of this setting in approvider for examples. |
services.storagesystem.autoscaling |
object |
|
Per-service autoscaling. Overrides the default setting from |
services.storagesystem.extraLabels |
object |
|
Per-service custom labels |
services.storagesystem.persistence |
object |
see detailed persistence configuration options below |
Persistence settings. |
services.storagesystem.persistence.accessModes |
list |
|
Persistent volume access modes. Needs to be |
services.storagesystem.persistence.annotations |
object |
|
Persistent volume annotations. |
services.storagesystem.persistence.chownInitContainer |
bool |
|
Enables a initContainer to chown the volume. The initContainer is run as root. This is not needed if the driver applies the fsGroup from the securityContext. |
services.storagesystem.persistence.claimName |
string |
|
Use a custom name for the PVC instead of the default one. |
services.storagesystem.persistence.enabled |
bool |
|
Enables persistence. Needs to be enabled on production installations. If not enabled, pod restarts will lead to data loss. Also scaling this service beyond one instance is not possible if the service instances don’t share the same storage. |
services.storagesystem.persistence.existingClaim |
string |
|
Use an existing PersistentVolumeClaim for persistence. |
services.storagesystem.persistence.finalizers |
list |
|
Persistent volume finalizers. |
services.storagesystem.persistence.selectorLabels |
object |
|
Persistent volume selector labels. |
services.storagesystem.persistence.size |
string |
|
Size of the persistent volume. |
services.storagesystem.persistence.storageClassName |
string |
|
Storage class to use. Uses the default storage class if not set. |
services.storagesystem.podDisruptionBudget |
object |
|
Per-service PodDisruptionBudget. Overrides the default setting from |
services.storagesystem.resources |
object |
|
Per-service resources configuration. Overrides the default setting from |
services.storageusers |
object |
see detailed service configuration options below |
STORAGE-USERS service. |
services.storageusers.affinity |
object |
|
Affinity settings for the storageusers service. See the documentation of this setting in approvider for examples. |
services.storageusers.autoscaling |
object |
|
Per-service autoscaling. Overrides the default setting from |
services.storageusers.extraLabels |
object |
|
Per-service custom labels |
services.storageusers.maintenance.cleanUpExpiredUploads.enabled |
bool |
|
Enables a job, that cleans up expired uploads. Requires persistence to be enabled and RWX storage. |
services.storageusers.maintenance.cleanUpExpiredUploads.schedule |
string |
|
Cron pattern for the job to be run. Defaults to every minute. |
services.storageusers.maintenance.cleanUpExpiredUploads.uploadExpiration |
int |
|
Duration in seconds after which uploads will expire. WARNING: Setting this to a low number will lead to uploads being cancelled before they are finished and returning a 403 to the user. |
services.storageusers.maintenance.purgeExpiredTrashBinItems.enabled |
bool |
|
Enables a job, that purges expired trash bin items. Requires persistence to be enabled. |
services.storageusers.maintenance.purgeExpiredTrashBinItems.personalDeleteBefore |
string |
|
Setting that makes the command delete all trashed personal files older than the value. The value is a number and a unit "d", "h", "m", "s". |
services.storageusers.maintenance.purgeExpiredTrashBinItems.projectDeleteBefore |
string |
|
Setting that makes the command delete all trashed project files older than the value. The value is a number and a unit "d", "h", "m", "s". |
services.storageusers.maintenance.purgeExpiredTrashBinItems.purgeTrashBinUserID |
string |
|
User ID of a user that has permissions to list all personal and project spaces. |
services.storageusers.maintenance.purgeExpiredTrashBinItems.schedule |
string |
|
Cron pattern for the job to be run. Defaults to every minute. |
services.storageusers.persistence |
object |
see detailed persistence configuration options below |
Persistence settings. |
services.storageusers.persistence.accessModes |
list |
|
Persistent volume access modes. Needs to be |
services.storageusers.persistence.annotations |
object |
|
Persistent volume annotations. |
services.storageusers.persistence.chownInitContainer |
bool |
|
Enables a initContainer to chown the volume. The initContainer is run as root. This is not needed if the driver applies the fsGroup from the securityContext. |
services.storageusers.persistence.claimName |
string |
|
Use a custom name for the PVC instead of the default one. |
services.storageusers.persistence.enabled |
bool |
|
Enables persistence. Needs to be enabled on production installations. If not enabled, pod restarts will lead to data loss. Also scaling this service beyond one instance is not possible if the service instances don’t share the same storage. |
services.storageusers.persistence.existingClaim |
string |
|
Use an existing PersistentVolumeClaim for persistence. |
services.storageusers.persistence.finalizers |
list |
|
Persistent volume finalizers. |
services.storageusers.persistence.selectorLabels |
object |
|
Persistent volume selector labels. |
services.storageusers.persistence.size |
string |
|
Size of the persistent volume. |
services.storageusers.persistence.storageClassName |
string |
|
Storage class to use. Uses the default storage class if not set. |
services.storageusers.podDisruptionBudget |
object |
|
Per-service PodDisruptionBudget. Overrides the default setting from |
services.storageusers.resources |
object |
|
Per-service resources configuration. Overrides the default setting from |
services.storageusers.storageBackend.driver |
string |
|
Configures the storage driver. Possible values are "ocis" and "s3ng". The oCIS driver stores all data in the persistent volume if persistence is enabled. The S3NG driver stores all metadata in the persistent volume and uploads blobs to s3 if persistence is enabled. |
services.storageusers.storageBackend.driverConfig.ocis.metadataBackend |
string |
|
Metadata backend to use for the oCIS storage driver. Valid values are: "messagepack", "xattrs". |
services.storageusers.storageBackend.driverConfig.s3ng.accessKey |
string |
|
S3 access key to use for the S3NG driver. Only used if driver is set to "s3ng". DEPRECATION WARNING: These values will be removed in the future. Predefine |
services.storageusers.storageBackend.driverConfig.s3ng.bucket |
string |
|
S3 bucket to use for the S3NG driver. Only used if driver is set to "s3ng". |
services.storageusers.storageBackend.driverConfig.s3ng.endpoint |
string |
|
S3 endpoint to use for the S3NG driver. Only used if driver is set to "s3ng". |
services.storageusers.storageBackend.driverConfig.s3ng.metadataBackend |
string |
|
Metadata backend to use for the S3NG storage driver. Valid values are: "messagepack", "xattrs". |
services.storageusers.storageBackend.driverConfig.s3ng.region |
string |
|
S3 region to use for the S3NG driver. Only used if driver is set to "s3ng". |
services.storageusers.storageBackend.driverConfig.s3ng.secretKey |
string |
|
S3 secret key to use for the S3NG driver. Only used if driver is set to "s3ng". DEPRECATION WARNING: These values will be removed in the future. Predefine |
services.store |
object |
see detailed service configuration options below |
STORE service. |
services.store.affinity |
object |
|
Affinity settings for the store service. See the documentation of this setting in approvider for examples. |
services.store.extraLabels |
object |
|
Per-service custom labels |
services.store.persistence |
object |
see detailed persistence configuration options below |
Persistence settings. |
services.store.persistence.accessModes |
list |
|
Persistent volume access modes. Needs to be |
services.store.persistence.annotations |
object |
|
Persistent volume annotations. |
services.store.persistence.chownInitContainer |
bool |
|
Enables a initContainer to chown the volume. The initContainer is run as root. This is not needed if the driver applies the fsGroup from the securityContext. |
services.store.persistence.claimName |
string |
|
Use a custom name for the PVC instead of the default one. |
services.store.persistence.enabled |
bool |
|
Enables persistence. Needs to be enabled on production installations. If not enabled, pod restarts will lead to data loss. Also scaling this service beyond one instance is not possible if the service instances don’t share the same storage. |
services.store.persistence.existingClaim |
string |
|
Use an existing PersistentVolumeClaim for persistence. |
services.store.persistence.finalizers |
list |
|
Persistent volume finalizers. |
services.store.persistence.selectorLabels |
object |
|
Persistent volume selector labels. |
services.store.persistence.size |
string |
|
Size of the persistent volume. |
services.store.persistence.storageClassName |
string |
|
Storage class to use. Uses the default storage class if not set. |
services.store.resources |
object |
|
Per-service resources configuration. Overrides the default setting from |
services.thumbnails |
object |
see detailed service configuration options below |
THUMBNAILS service. |
services.thumbnails.affinity |
object |
|
Affinity settings for the thumbnails service. See the documentation of this setting in approvider for examples. |
services.thumbnails.autoscaling |
object |
|
Per-service autoscaling. Overrides the default setting from |
services.thumbnails.extraLabels |
object |
|
Per-service custom labels |
services.thumbnails.maintenance |
object |
|
Maintenance configuration for cleanup jobs. |
services.thumbnails.maintenance.cleanUpOldThumbnails.deleteBefore |
int |
|
Setting that makes the command delete all thumbnails older than the value. The value is a number in days. |
services.thumbnails.maintenance.cleanUpOldThumbnails.enabled |
bool |
|
Enables a job, that cleans up old thumbnails. Requires persistence to be enabled. |
services.thumbnails.maintenance.cleanUpOldThumbnails.method |
string |
|
Method to use with BusyBox "find" for finding old thumbnails. Can be mtime, atime or ctime. |
services.thumbnails.maintenance.cleanUpOldThumbnails.schedule |
string |
|
Cron pattern for the job to be run. Defaults to every minute. |
services.thumbnails.persistence |
object |
see detailed persistence configuration options below |
Persistence settings. |
services.thumbnails.persistence.accessModes |
list |
|
Persistent volume access modes. Needs to be |
services.thumbnails.persistence.annotations |
object |
|
Persistent volume annotations. |
services.thumbnails.persistence.chownInitContainer |
bool |
|
Enables a initContainer to chown the volume. The initContainer is run as root. This is not needed if the driver applies the fsGroup from the securityContext. |
services.thumbnails.persistence.claimName |
string |
|
Use a custom name for the PVC instead of the default one. |
services.thumbnails.persistence.enabled |
bool |
|
Enables persistence. Is recommended to be enabled on production installations. If enabled, generated thumbnails are cached on this volume and available across pod restarts and service instances. If not enabled, thumbnail generation might lead to higher CPU usage. |
services.thumbnails.persistence.existingClaim |
string |
|
Use an existing PersistentVolumeClaim for persistence. |
services.thumbnails.persistence.finalizers |
list |
|
Persistent volume finalizers. |
services.thumbnails.persistence.selectorLabels |
object |
|
Persistent volume selector labels. |
services.thumbnails.persistence.size |
string |
|
Size of the persistent volume. |
services.thumbnails.persistence.storageClassName |
string |
|
Storage class to use. Uses the default storage class if not set. |
services.thumbnails.podDisruptionBudget |
object |
|
Per-service PodDisruptionBudget. Overrides the default setting from |
services.thumbnails.resources |
object |
|
Per-service resources configuration. Overrides the default setting from |
services.userlog |
object |
see detailed service configuration options below |
USERLOG service. |
services.userlog.affinity |
object |
|
Affinity settings for the userlog service. See the documentation of this setting in approvider for examples. |
services.userlog.autoscaling |
object |
|
Per-service autoscaling. Overrides the default setting from |
services.userlog.extraLabels |
object |
|
Per-service custom labels |
services.userlog.podDisruptionBudget |
object |
|
Per-service PodDisruptionBudget. Overrides the default setting from |
services.userlog.resources |
object |
|
Per-service resources configuration. Overrides the default setting from |
services.userlog.store |
object |
|
Per-service store configuration for the userlog service. Overrides the default setting from |
services.users |
object |
see detailed service configuration options below |
USERS service. |
services.users.affinity |
object |
|
Affinity settings for the users service. See the documentation of this setting in approvider for examples. |
services.users.autoscaling |
object |
|
Per-service autoscaling. Overrides the default setting from |
services.users.extraLabels |
object |
|
Per-service custom labels |
services.users.podDisruptionBudget |
object |
|
Per-service PodDisruptionBudget. Overrides the default setting from |
services.users.resources |
object |
|
Per-service resources configuration. Overrides the default setting from |
services.web |
object |
see detailed service configuration options below |
ownCloud WEB service. |
services.web.affinity |
object |
|
Affinity settings for the web service. See the documentation of this setting in approvider for examples. |
services.web.autoscaling |
object |
|
Per-service autoscaling. Overrides the default setting from |
services.web.config.applications |
list |
|
Configure the {"applications": []} section in the Web config.json. |
services.web.config.apps |
list |
|
Configure the {"apps": []} section in the Web config.json. |
services.web.config.contextHelpersReadMore.enabled |
bool |
|
Specifies whether the “Read more” link should be displayed or not. |
services.web.config.customTranslations |
list |
|
Configure custom translations |
services.web.config.externalApplications |
list |
|
Configure the {"external_apps": []} section in the Web config.json. |
services.web.config.feedbackLink.ariaLabel |
string |
|
Screen reader accessible label for the feedback link. Uses the ownCloud default label if empty. |
services.web.config.feedbackLink.description |
string |
|
Description to be shown for the feedback link. Uses the ownCloud default description if empty. |
services.web.config.feedbackLink.enabled |
bool |
|
Enables the feedback link in the Web UI. |
services.web.config.feedbackLink.href |
string |
|
URI where the feedback link points. Uses the ownCloud default href if empty. |
services.web.config.previewFileMimeTypes |
list |
|
Specifies which mimeTypes will be previewed in the UI. |
services.web.config.scripts |
list |
|
Configure the {"styles": []} section in the Web config.json. |
services.web.config.styles |
list |
|
Configure the {"styles": []} section in the Web config.json. |
services.web.config.theme.path |
string |
|
URL path to load themes from. The theme server will be prepended. Defaults to the ownCloud Web default theme. |
services.web.config.theme.server |
string |
|
URL to load themes from. Will be prepended to the theme path. Defaults to the value of "externalDomain". |
services.web.extraLabels |
object |
|
Per-service custom labels |
services.web.persistence |
object |
see detailed persistence configuration options below |
Persistence settings. |
services.web.persistence.accessModes |
list |
|
Persistent volume access modes. Needs to be |
services.web.persistence.annotations |
object |
|
Persistent volume annotations. |
services.web.persistence.chownInitContainer |
bool |
|
Enables a initContainer to chown the volume. The initContainer is run as root. This is not needed if the driver applies the fsGroup from the securityContext. |
services.web.persistence.claimName |
string |
|
Use a custom name for the PVC instead of the default one. |
services.web.persistence.enabled |
bool |
|
Enables persistence. Is recommended to be enabled on production installations. If enabled, generated thumbnails are cached on this volume and available across pod restarts and service instances. If not enabled, thumbnail generation might lead to higher CPU usage. |
services.web.persistence.existingClaim |
string |
|
Use an existing PersistentVolumeClaim for persistence. |
services.web.persistence.finalizers |
list |
|
Persistent volume finalizers. |
services.web.persistence.selectorLabels |
object |
|
Persistent volume selector labels. |
services.web.persistence.size |
string |
|
Size of the persistent volume. |
services.web.persistence.storageClassName |
string |
|
Storage class to use. Uses the default storage class if not set. |
services.web.podDisruptionBudget |
object |
|
Per-service PodDisruptionBudget. Overrides the default setting from |
services.web.resources |
object |
|
Per-service resources configuration. Overrides the default setting from |
services.webdav |
object |
see detailed service configuration options below |
WEBDAV service. |
services.webdav.affinity |
object |
|
Affinity settings for the webdav service. See the documentation of this setting in approvider for examples. |
services.webdav.autoscaling |
object |
|
Per-service autoscaling. Overrides the default setting from |
services.webdav.extraLabels |
object |
|
Per-service custom labels |
services.webdav.podDisruptionBudget |
object |
|
Per-service PodDisruptionBudget. Overrides the default setting from |
services.webdav.resources |
object |
|
Per-service resources configuration. Overrides the default setting from |
store.nodes |
list |
|
Provide a list of comma-separated addresses of |
store.type |
string |
|
Configure the store type. Might be |
topologySpreadConstraints |
string |
|
TopologySpreadConstraints controls how Pods of a service are spread across the cluster among failure-domains. Defaults to allow skew no more then 1 node per node. Passed through tpl and therefore needs to be configured as string. |
tracing.collector |
string |
|
The HTTP endpoint for sending spans directly to a collector, i.e. http://jaeger-collector.observability.svc.cluster.local:14268/api/traces. Only used if the tracing endpoint is unset. |
tracing.enabled |
bool |
|
Tracing enables sending traces |
tracing.endpoint |
string |
|
Endpoint of the tracing system, jaeger-agent.observability.svc.cluster.local:6831 or similar. |
tracing.type |
string |
|
Type of trace provider to use |