11# linkurious-enterprise
22
3- ![ Version: 0.2.36 ] ( https://img.shields.io/badge/Version-0.2.36 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 2.10.18] ( https://img.shields.io/badge/AppVersion-2.10.18-informational?style=flat-square )
3+ ![ Version: 0.2.43 ] ( https://img.shields.io/badge/Version-0.2.43 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 2.10.18] ( https://img.shields.io/badge/AppVersion-2.10.18-informational?style=flat-square )
44
55A Helm chart for Linkurious Enterprise
66
@@ -31,7 +31,7 @@ To install a very basic version of Linkurious enterprise, please set your privat
3131 and then run:
3232
3333``` console
34- helm upgrade --install my-release linkurious-enterprise-0.2.36 .tgz -f chart-value-examples/basic/values.yaml
34+ helm upgrade --install my-release linkurious-enterprise-0.2.43 .tgz -f chart-value-examples/basic/values.yaml
3535```
3636
3737## Values
@@ -52,17 +52,32 @@ helm upgrade --install my-release linkurious-enterprise-0.2.36.tgz -f chart-valu
5252| backup.litestream.livenessProbe.failureThreshold | int | ` 3 ` | |
5353| backup.litestream.livenessProbe.initialDelaySeconds | int | ` 5 ` | |
5454| backup.litestream.livenessProbe.periodSeconds | int | ` 15 ` | |
55- | backup.litestream.livenessProbe.timeoutSeconds | int | ` 5 ` | |
55+ | backup.litestream.livenessProbe.timeoutSeconds | int | ` 10 ` | |
5656| backup.litestream.readinessProbe.exec.command[ 0] | string | ` "litestream" ` | |
5757| backup.litestream.readinessProbe.exec.command[ 1] | string | ` "snapshots" ` | |
5858| backup.litestream.readinessProbe.exec.command[ 2] | string | ` "/data/server/database.sqlite" ` | |
5959| backup.litestream.readinessProbe.failureThreshold | int | ` 3 ` | |
6060| backup.litestream.readinessProbe.initialDelaySeconds | int | ` 5 ` | |
6161| backup.litestream.readinessProbe.periodSeconds | int | ` 15 ` | |
62- | backup.litestream.readinessProbe.timeoutSeconds | int | ` 5 ` | |
63- | backup.litestream.resources | object | ` {} ` | |
62+ | backup.litestream.readinessProbe.timeoutSeconds | int | ` 10 ` | |
63+ | backup.litestream.resources.limits.cpu | string | ` "1500m" ` | |
64+ | backup.litestream.resources.limits.memory | string | ` "1000Mi" ` | |
65+ | backup.litestream.resources.requests.cpu | string | ` "100m" ` | |
66+ | backup.litestream.resources.requests.memory | string | ` "100Mi" ` | |
6467| backup.litestream.secretRef.name | string | ` "litestream-lke-secret" ` | |
68+ | backup.velero.defaultVolumesToFsBackup | bool | ` false ` | |
6569| backup.velero.enabled | bool | ` false ` | |
70+ | backup.velero.includedResources[ 0] | string | ` "pvc" ` | |
71+ | backup.velero.includedResources[ 1] | string | ` "pv" ` | |
72+ | backup.velero.instance | string | ` "velero-preprod" ` | |
73+ | backup.velero.labels."app.kubernetes.io/name" | string | ` "linkurious-enterprise" ` | |
74+ | backup.velero.labelsSelector."app.kubernetes.io/name" | string | ` "linkurious-enterprise" ` | |
75+ | backup.velero.name | string | ` "velero" ` | |
76+ | backup.velero.schedule | string | ` "55 3 */2 * *" ` | |
77+ | backup.velero.skipImmediately | bool | ` false ` | |
78+ | backup.velero.snapshotVolume | bool | ` true ` | |
79+ | backup.velero.ttl | string | ` "168h" ` | |
80+ | backup.velero.veleroNamespace | string | ` "backup" ` | |
6681| config.access.authRequired | string | ` "$ENV:LKE_AUTH_REQUIRED" ` | |
6782| config.access.autoRefreshGroupMapping | string | ` "$ENV-JSON:LKE_OAUTH2_AUTO_REFRESH_GROUP_MAPPING" ` | |
6883| config.access.oauth2.authorizationURL | string | ` "$ENV:LKE_OAUTH2_AUTHORIZATION_URL" ` | |
@@ -101,7 +116,7 @@ helm upgrade --install my-release linkurious-enterprise-0.2.36.tgz -f chart-valu
101116| ingress.hosts[ 0] .paths[ 0] .pathType | string | ` "ImplementationSpecific" ` | |
102117| ingress.labels | object | ` {} ` | Additional ingress labels |
103118| ingress.tls[ 0] .secretName | string | ` "wildcard-default-cert" ` | |
104- | ipWhiteList | object | ` {} ` | |
119+ | ipAllowList | object | ` {} ` | |
105120| livenessProbe.enabled | bool | ` true ` | Enable Kubernetes liveness probe for server |
106121| livenessProbe.failureThreshold | int | ` 3 ` | |
107122| livenessProbe.initialDelaySeconds | int | ` 10 ` | |
@@ -123,6 +138,7 @@ helm upgrade --install my-release linkurious-enterprise-0.2.36.tgz -f chart-valu
123138| persistentVolume.annotations | object | ` {} ` | |
124139| persistentVolume.enabled | bool | ` false ` | Enable persistent volume for Linkurious server |
125140| persistentVolume.size | string | ` "5Gi" ` | |
141+ | plugins.enabled | bool | ` true ` | |
126142| podAnnotations | object | ` {} ` | |
127143| podSecurityContext.fsGroup | int | ` 2000 ` | |
128144| podSecurityContext.runAsNonRoot | bool | ` true ` | |
@@ -139,7 +155,7 @@ helm upgrade --install my-release linkurious-enterprise-0.2.36.tgz -f chart-valu
139155| resources | object | ` {} ` | |
140156| securityContext.allowPrivilegeEscalation | bool | ` false ` | |
141157| securityContext.capabilities.drop[ 0] | string | ` "ALL" ` | |
142- | service | object | ` {"metricsPort":9400,"port":80,"type":"ClusterIP"} ` | Existing secret to use for license licenseFromSecret: '{{ printf "%s-lke-license-secret" .Release.Name }}' |
158+ | service | object | ` {"annotations":{}," metricsPort":9400,"port":80,"type":"ClusterIP"} ` | Existing secret to use for license licenseFromSecret: '{{ printf "%s-lke-license-secret" .Release.Name }}' |
143159| serviceAccount.annotations | object | ` {} ` | Annotations to add to the service account |
144160| serviceAccount.create | bool | ` false ` | Specifies whether a service account should be created |
145161| serviceAccount.name | string | ` "" ` | The name of the service account to use. If not set and create is true, a name is generated using the fullname template |
0 commit comments