|
1 | 1 | # linkurious-enterprise |
2 | 2 |
|
3 | | -   |
| 3 | +   |
4 | 4 |
|
5 | 5 | A Helm chart for Linkurious Enterprise |
6 | 6 |
|
@@ -31,7 +31,7 @@ To install a very basic version of Linkurious enterprise, please set your privat |
31 | 31 | and then run: |
32 | 32 |
|
33 | 33 | ```console |
34 | | -helm upgrade --install my-release linkurious-enterprise-0.3.0.tgz -f chart-value-examples/basic/values.yaml |
| 34 | +helm upgrade --install my-release linkurious-enterprise-0.3.1.tgz -f chart-value-examples/basic/values.yaml |
35 | 35 | ``` |
36 | 36 |
|
37 | 37 | ## Values |
@@ -65,18 +65,26 @@ helm upgrade --install my-release linkurious-enterprise-0.3.0.tgz -f chart-value |
65 | 65 | | backup.litestream.resources.requests.cpu | string | `"100m"` | | |
66 | 66 | | backup.litestream.resources.requests.memory | string | `"100Mi"` | | |
67 | 67 | | backup.litestream.secretRef.name | string | `"litestream-lke-secret"` | | |
68 | | -| backup.velero.defaultVolumesToFsBackup | bool | `false` | | |
69 | 68 | | backup.velero.enabled | bool | `false` | | |
70 | 69 | | backup.velero.includedResources[0] | string | `"pvc"` | | |
71 | 70 | | backup.velero.includedResources[1] | string | `"pv"` | | |
72 | 71 | | backup.velero.instance | string | `"velero-preprod"` | | |
73 | 72 | | backup.velero.labels."app.kubernetes.io/name" | string | `"linkurious-enterprise"` | | |
74 | 73 | | backup.velero.labelsSelector."app.kubernetes.io/name" | string | `"linkurious-enterprise"` | | |
75 | 74 | | backup.velero.name | string | `"velero"` | | |
76 | | -| backup.velero.schedule | string | `"55 3 */2 * *"` | | |
| 75 | +| backup.velero.primaryBackup.defaultVolumesToFsBackup | bool | `false` | | |
| 76 | +| backup.velero.primaryBackup.schedule | string | `"55 3 * * *"` | | |
| 77 | +| backup.velero.primaryBackup.snapshotMoveData | bool | `false` | | |
| 78 | +| backup.velero.primaryBackup.snapshotVolume | bool | `true` | | |
| 79 | +| backup.velero.primaryBackup.ttl | string | `"168h"` | | |
| 80 | +| backup.velero.secondaryBackup.defaultVolumesToFsBackup | bool | `true` | | |
| 81 | +| backup.velero.secondaryBackup.enabled | bool | `false` | | |
| 82 | +| backup.velero.secondaryBackup.schedule | string | `"55 12 * * *"` | | |
| 83 | +| backup.velero.secondaryBackup.snapshotMoveData | bool | `true` | | |
| 84 | +| backup.velero.secondaryBackup.snapshotVolume | bool | `true` | | |
| 85 | +| backup.velero.secondaryBackup.storageLocation | string | `"velero-k8s-nl-ams-backup-storage"` | | |
| 86 | +| backup.velero.secondaryBackup.ttl | string | `"168h"` | | |
77 | 87 | | backup.velero.skipImmediately | bool | `false` | | |
78 | | -| backup.velero.snapshotVolume | bool | `true` | | |
79 | | -| backup.velero.ttl | string | `"168h"` | | |
80 | 88 | | backup.velero.veleroNamespace | string | `"backup"` | | |
81 | 89 | | config | object | `{"server":{"allowFraming":false,"cookieHttpOnly":true,"forceHttps":false,"useHttps":false},"version":"{{ .Chart.AppVersion }}"}` | Linkurious Enterprise configuration overlay. Values here are rendered into a ConfigMap mounted as overlay.json. Supports $ENV:VAR_NAME (string) and $ENV-JSON:VAR_NAME (JSON boolean) variable expansion at runtime. Ref: https://doc.linkurio.us/admin-manual/latest/configure/ | |
82 | 90 | | configOverlayEnabled | bool | `true` | Manage LKE configmap (Declarative Setup) # Ref: https://doc.linkurio.us/admin-manual/latest/configure/#variable-expansion | |
|
0 commit comments