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
You can run Kpow with local edits to chart files to provide custom configuration.
@@ -260,6 +263,7 @@ See the Kubernetes documentation
260
263
on [configuring all key value pairs in a secret as environment variables](https://kubernetes.io/docs/tasks/inject-data-application/distribute-credentials-secure/#configure-all-key-value-pairs-in-a-secret-as-container-environment-variables)
261
264
for more information.
262
265
266
+
263
267
```bash
264
268
helm install kpow ./kpow-aws-hourly/ \
265
269
--set envFromSecret=kpow-secrets \
@@ -280,6 +284,7 @@ regard.
280
284
281
285
You may find the Kubernetes documentation on [injecting data into applications](https://kubernetes.io/docs/tasks/inject-data-application/distribute-credentials-secure/#create-a-pod-that-has-access-to-the-secret-data-through-a-volume) useful.
282
286
287
+
283
288
### Kpow Memory and CPU Requirements
284
289
285
290
The chart runs Kpow with Guaranteed QoS, having resource request and limit set to these values by default:
@@ -310,6 +315,7 @@ resources:
310
315
memory: 2Gi
311
316
```
312
317
318
+
313
319
Adjust these values from the command line like so:
314
320
315
321
```bash
@@ -337,6 +343,7 @@ ephemeralTmp:
337
343
sizeLimit: "100Mi"# Configurable size
338
344
```
339
345
346
+
340
347
---
341
348
342
349
### Get Help!
@@ -346,3 +353,4 @@ If you have any issues or errors, please contact [email protected].
346
353
### Licensing and Modifications
347
354
348
355
This repository is Apache 2.0 licensed, you are welcome to clone and modify as required.
0 commit comments