Skip to content

Commit ce93fd9

Browse files
committed
add snappy compression section
1 parent f614b4f commit ce93fd9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

charts/kpow/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ container on Dockerhub.
1919
* [Manage Sensitive Environment Variables](#manage-sensitive-environment-variables)
2020
* [Provide Files to the Kpow Pod](#provide-files-to-the-kpow-pod)
2121
* [Kpow Memory and CPU Requirements](#kpow-memory-and-cpu-requirements)
22+
* [Snappy compression in read-only filesystem](#snappy-compression-in-read-only-filesystem)
2223

2324
## Prerequisites
2425

@@ -306,6 +307,19 @@ helm install --namespace factorhouse --create-namespace kpow factorhouse/kpow \
306307
We recommend always having limits and requests set to the same value, as this set Kpow in Guaranteed QoS and provides a
307308
much more reliable operation.
308309

310+
#### Snappy compression in read-only filesystem
311+
312+
We preset an attribute for Snappy compression in read-only filesystems. It is disabled by default and can be enabled - modify the volume configuration if necessary.
313+
314+
```yaml
315+
snappyTmp:
316+
enabled: false # Set to true
317+
volume:
318+
emptyDir:
319+
medium: Memory # Optional: for better performance
320+
sizeLimit: "100Mi" # Configurable size
321+
```
322+
309323
### Get Help!
310324
311325
If you have any issues or errors, please contact [email protected].

0 commit comments

Comments
 (0)