Skip to content

Commit

Permalink
Merge pull request #33 from kube-logging/relocate-logging-operator
Browse files Browse the repository at this point in the history
Relocate logging-operator to kube-logging/logging-operator
  • Loading branch information
pepov committed Oct 3, 2023
2 parents 5465b06 + 983c2e6 commit f48b43b
Show file tree
Hide file tree
Showing 54 changed files with 29 additions and 62,014 deletions.
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.

0 comments on commit f48b43b

Please sign in to comment.