Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Relocate logging-operator to kube-logging/logging-operator #33

Merged
merged 3 commits into from
Oct 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 0 additions & 26 deletions charts/log-generator/.helmignore

This file was deleted.

20 changes: 0 additions & 20 deletions charts/log-generator/Chart.yaml

This file was deleted.

51 changes: 1 addition & 50 deletions charts/log-generator/README.md
Original file line number Diff line number Diff line change
@@ -1,51 +1,2 @@
# log-generator

![version: 0.6.0](https://img.shields.io/badge/version-0.6.0-informational?style=flat-square) ![type: application](https://img.shields.io/badge/type-application-informational?style=flat-square) ![app version: v0.6.0](https://img.shields.io/badge/app%20version-v0.6.0-informational?style=flat-square) ![kube version: >=1.16.0-0](https://img.shields.io/badge/kube%20version->=1.16.0--0-informational?style=flat-square) [![artifact hub](https://img.shields.io/badge/artifact%20hub-log--generator-informational?style=flat-square)](https://artifacthub.io/packages/helm/kube-logging/log-generator)

A Helm chart for Log-generator

**Homepage:** <https://kube-logging.github.io>

## TL;DR;

```bash
helm repo add kube-logging https://kube-logging.github.io/helm-charts
helm install --generate-name --wait kube-logging/log-generator
```

## Values

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| replicaCount | int | `1` | |
| image.repository | string | `"ghcr.io/kube-logging/log-generator"` | |
| image.tag | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| imagePullSecrets | list | `[]` | |
| nameOverride | string | `""` | |
| fullnameOverride | string | `""` | |
| serviceAccount.create | bool | `true` | |
| serviceAccount.name | string | `nil` | |
| podSecurityContext | object | `{}` | |
| securityContext | object | `{}` | |
| app.minInterval | int | `100` | |
| app.maxInterval | int | `1` | |
| app.count | int | `-1` | |
| app.randomise | bool | `true` | |
| app.eventPerSec | int | `1` | |
| app.bytePerSec | int | `0` | |
| app.golang | bool | `false` | |
| app.nginx | bool | `true` | |
| app.apache | bool | `false` | |
| api.addr | string | `"11000"` | |
| api.serviceName | string | `"log-generator-api"` | |
| api.basePath | string | `"/"` | |
| api.serviceMonitor.enabled | bool | `false` | |
| api.serviceMonitor.additionalLabels | object | `{}` | |
| api.serviceMonitor.namespace | string | `nil` | |
| api.serviceMonitor.interval | string | `nil` | |
| api.serviceMonitor.scrapeTimeout | string | `nil` | |
| resources | object | `{}` | |
| nodeSelector | object | `{}` | |
| tolerations | list | `[]` | |
| affinity | object | `{}` | |
The chart has been relocated [here](https://github.com/kube-logging/log-generator/tree/master/charts/log-generator).
1 change: 0 additions & 1 deletion charts/log-generator/README.md.gotmpl

This file was deleted.

Empty file.
56 changes: 0 additions & 56 deletions charts/log-generator/templates/_helpers.tpl

This file was deleted.

35 changes: 0 additions & 35 deletions charts/log-generator/templates/configmap.yaml

This file was deleted.

59 changes: 0 additions & 59 deletions charts/log-generator/templates/deployment.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions charts/log-generator/templates/service.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions charts/log-generator/templates/serviceaccount.yaml

This file was deleted.

33 changes: 0 additions & 33 deletions charts/log-generator/templates/servicemonitor.yaml

This file was deleted.

Loading