softonic/kubewatch
Chart version: 0.2.5
Api version: v1
App version: n/a
Kubernetes API event watcher
application
Chart Type
Active
Status
Apache-2.0
License
544
Downloads
https://charts.softonic.io
Set me up:
helm repo add center https://repo.chartcenter.io
Install Chart:
helm install kubewatch center/softonic/kubewatch
Versions (0)
View all
Kubewatch
Overview
This chart deploy the https://github.com/softonic/kubewatch event watcher Kubernetes api. It has a serviceaccount resource, that will allow you to talk to the api. And the clusterrole associated. It has a deployment resource in order to deploy the pod.
Configuration
Parameter | Description | Default |
---|---|---|
replicaCount |
Number of deployment replicas | 1 |
image.repository |
Image repo | softonic/kubewatch |
image.tag |
Tag used for the image | v0.4.0 |
image.pullPolicy |
Image pull secret | IfNotPresent |
resources.limits.memory |
Resources limits for memory for kubewatch container | 32Mi |
resources.limits.cpu |
Resources limits for CPU for kubewatch container | 100m |
resources.requests.memory |
Resources requests for memory for kubewatch container | 32Mi |
resources.requests.cpu |
Resources requests for cpu for kubewatch container | 100m |
Installing the chart
To install the chart with the release name my-release:
$ helm install . --name my-release --namespace my-namespace
```
replicaCount: 1 image: repository: softonic/kubewatch tag: v0.4.0 pullPolicy: IfNotPresent resources: limits: cpu: 100m memory: 32Mi requests: cpu: 100m memory: 32Mi “`
If you want to know how the application works , follow this link’s readme