You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-1Lines changed: 24 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -166,7 +166,7 @@ Persistence is enabled by default and controlled under `persistence`:
166
166
- `packagesDir`: software packages
167
167
For each you can set `existingClaim` to use existing PersistentVolumeClaim instead of automatic PVC creation for service
168
168
Also you can alter `size` and `storageClass`.
169
-
- **Logging persistence**: when `logging.destination` is `dir://` or `file://`, you can persist logs with `logging.persistence.enabled`. Configuration rules are the same as for other persistent volumes.
169
+
- **Logging persistence**: when `logging.destination` is `dir://` or `file://`, you can persist logs with `logging.persistence` in `values.yaml`, which will create a PersistentVolumeClaim (PVC) to store the log files. Configuration rules are the same as for other persistent volumes.
170
170
- **FS data libraries**: each entry in `dataLibrary.fs` can create or reuse a PVC and is mounted at its `path`.
171
171
172
172
Tip: set `existingClaim` to reuse an existing volume; otherwise set `createPvc: true` and specify `size` (and `storageClass` if needed).
@@ -534,3 +534,26 @@ Attach an IAM policy similar to the following to the role mapped via IRSA. Subst
534
534
]
535
535
}
536
536
```
537
+
538
+
539
+
### VictoriaLogs (optional)
540
+
541
+
VictoriaLogs can be installed alongside Platforma for log storage and search.
Copy file name to clipboardExpand all lines: charts/platforma/README.md
+23-1Lines changed: 23 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -166,7 +166,7 @@ Persistence is enabled by default and controlled under `persistence`:
166
166
- `packagesDir`: software packages
167
167
For each you can set `existingClaim` to use existing PersistentVolumeClaim instead of automatic PVC creation for service
168
168
Also you can alter `size` and `storageClass`.
169
-
- **Logging persistence**: when `logging.destination` is `dir://` or `file://`, you can persist logs with `logging.persistence.enabled`. Configuration rules are the same as for other persistent volumes.
169
+
- **Logging persistence**: when `logging.destination` is `dir://` or `file://`, you can persist logs with `logging.persistence` in `values.yaml`, which will create a PersistentVolumeClaim (PVC) to store the log files. Configuration rules are the same as for other persistent volumes.
170
170
- **FS data libraries**: each entry in `dataLibrary.fs` can create or reuse a PVC and is mounted at its `path`.
171
171
172
172
Tip: set `existingClaim` to reuse an existing volume; otherwise set `createPvc: true` and specify `size` (and `storageClass` if needed).
@@ -534,3 +534,25 @@ Attach an IAM policy similar to the following to the role mapped via IRSA. Subst
534
534
]
535
535
}
536
536
```
537
+
538
+
### VictoriaLogs (optional)
539
+
540
+
VictoriaLogs can be installed alongside Platforma for log storage and search.
0 commit comments