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
Make any edits required to `kpow-aws-hourly/Chart.yaml` or `kpow-aws-hourly/values.yaml` (adding volume mounts, etc).
191
191
192
+
#### Run Local Charts
193
+
194
+
The command to run local charts is slightly different, see `./kpow-aws-hourly` rather than `factorhouse/kpow-aws-hourly`.
195
+
196
+
```bash
197
+
helm install kpow ./kpow-aws-hourly \
198
+
<.. --set configuration, etc ..> \
199
+
--create-namespace -namespace factorhouse
200
+
```
201
+
192
202
#### Configuring with an Existing ConfigMap
193
203
194
204
This is the recommended method for managing configuration separately from the Helm chart.
@@ -250,7 +260,6 @@ See the Kubernetes documentation
250
260
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)
251
261
for more information.
252
262
253
-
254
263
```bash
255
264
helm install kpow ./kpow-aws-hourly/ \
256
265
--set envFromSecret=kpow-secrets \
@@ -271,7 +280,6 @@ regard.
271
280
272
281
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.
273
282
274
-
275
283
### Kpow Memory and CPU Requirements
276
284
277
285
The chart runs Kpow with Guaranteed QoS, having resource request and limit set to these values by default:
@@ -302,7 +310,6 @@ resources:
302
310
memory: 2Gi
303
311
```
304
312
305
-
306
313
Adjust these values from the command line like so:
307
314
308
315
```bash
@@ -330,7 +337,6 @@ ephemeralTmp:
330
337
sizeLimit: "100Mi"# Configurable size
331
338
```
332
339
333
-
334
340
---
335
341
336
342
### Get Help!
@@ -340,4 +346,3 @@ If you have any issues or errors, please contact [email protected].
340
346
### Licensing and Modifications
341
347
342
348
This repository is Apache 2.0 licensed, you are welcome to clone and modify as required.
0 commit comments