https://github.com/softonic/kubewatch-chart
Helm Chart for a Kubernetes API event watcher
https://github.com/softonic/kubewatch-chart
Last synced: 4 months ago
JSON representation
Helm Chart for a Kubernetes API event watcher
- Host: GitHub
- URL: https://github.com/softonic/kubewatch-chart
- Owner: softonic
- License: other
- Created: 2019-11-11T15:58:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T14:15:43.000Z (over 3 years ago)
- Last Synced: 2025-07-21T09:56:22.171Z (11 months ago)
- Language: Mustache
- Homepage: https://github.com/softonic/kubewatch
- Size: 17.6 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
[](https://github.com/softonic/kubewatch-chart/releases)
[](LICENSE)
[](http://isitmaintained.com/project/softonic/kubewatch-chart "Average time to resolve an issue")

# 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
https://github.com/softonic/kubewatch