Skip to content

Commit

Permalink
[kubeservice-ebpf-exporter] update readme (#19)
Browse files Browse the repository at this point in the history
* update readme

Signed-off-by: dongjiang1989 <[email protected]>

---------

Signed-off-by: dongjiang1989 <[email protected]>
  • Loading branch information
dongjiang1989 authored Dec 29, 2023
1 parent a46f8ea commit 6bf285b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/kubeservice-ebpf-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords:
- kubernetes
- ebpf
type: application
version: 1.2.0
version: 1.2.1
appVersion: v2.3.0
home: https://github.com/kubeservice-stack/kubservice-charts
icon: https://kubeservice-stack.github.io/kubservice-charts/logo.png
Expand Down
8 changes: 4 additions & 4 deletions charts/kubeservice-ebpf-exporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

`eBPF Exporter` is a Prometheus exporter for custom eBPF metrics.

[Kubeservice eBPF Exporter](https://github.com/kubeservice-stack/ebpf_exporter) motivation of this exporter is to allow you to write eBPF code and export metrics that are not otherwise accessible from the Linux kernel.
[Kubeservice eBPF Exporter](https://github.com/cloudflare/ebpf_exporter) motivation of this exporter is to allow you to write eBPF code and export metrics that are not otherwise accessible from the Linux kernel.

This chart creates a [Kubeservice eBPF Exporter](https://github.com/kubeservice-stack/ebpf_exporter) deployment on a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager.
This chart creates a [Kubeservice eBPF Exporter](https://github.com/cloudflare/ebpf_exporter) deployment on a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager.

## Source Code

Expand Down Expand Up @@ -63,13 +63,13 @@ $ helm inspect values kubeservice-ebpf-exporter
$ helm show values kubeservice-ebpf-exporter
```

See [kubeservice-stack/ebpf_exporter/README.md](https://github.com/kubeservice-stack/ebpf_exporter) for further information.
See [kubeservice-stack/ebpf_exporter/README.md](https://github.com/cloudflare/ebpf_exporter) for further information.

## Values

Parameter | Description | Default
--------- | ----------- | -------
`image.repository` | image repository | `dongjiang1989/ebpf-exporter`
`image.repository` | image repository | `ghcr.io/cloudflare/ebpf_exporter`
`image.tag` | image tag | `latest`
`image.pullPolicy` | image pull policy | `IfNotPresent`
`service.type` | service type | `ClusterIP`
Expand Down

0 comments on commit 6bf285b

Please sign in to comment.