chore: rename kubezero-nats to kubezero-mq

This commit is contained in:
Stefan Reimer 2021-05-05 14:05:17 +02:00
parent 07293f6ed6
commit 1077359f93
20 changed files with 48 additions and 27 deletions

View File

@ -1,6 +1,6 @@
apiVersion: v2
name: kubezero-nats
description: KubeZero umbrella chart for NATS
name: kubezero-mq
description: KubeZero umbrella chart for MQ systems like NATS
type: application
version: 0.1.1
home: https://kubezero.com
@ -17,4 +17,5 @@ dependencies:
- name: nats
version: 0.8.3
#repository: https://nats-io.github.io/k8s/helm/charts/
condition: nats.enabled
kubeVersion: ">= 1.18.0"

View File

@ -0,0 +1,38 @@
# kubezero-mq
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
KubeZero umbrella chart for MQ systems like NATS
**Homepage:** <https://kubezero.com>
## Maintainers
| Name | Email | Url |
| ---- | ------ | --- |
| Quarky9 | | |
## Requirements
Kubernetes: `>= 1.18.0`
| Repository | Name | Version |
|------------|------|---------|
| | nats | 0.8.3 |
| https://zero-down-time.github.io/kubezero/ | kubezero-lib | >= 0.1.3 |
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| nats.enabled | bool | `false` | |
| nats.exporter.serviceMonitor.enabled | bool | `false` | |
| nats.nats.advertise | bool | `false` | |
| nats.nats.image | string | `"nats:2.2.1-alpine3.13"` | |
| nats.nats.jetstream.enabled | bool | `true` | |
| nats.natsbox.enabled | bool | `false` | |
## Resources
### NATS
- https://grafana.com/grafana/dashboards/13707

View File

@ -16,4 +16,6 @@
{{ template "chart.valuesSection" . }}
## Resources
### NATS
- https://grafana.com/grafana/dashboards/13707

View File

@ -1,6 +1,8 @@
#!/bin/bash
set -ex
### NATS
# get latest chart until they have upstream repo fixed
rm -rf charts/nats && mkdir -p charts/nats

View File

@ -1,4 +1,6 @@
nats:
enabled: false
nats:
image: nats:2.2.1-alpine3.13
@ -12,4 +14,4 @@ nats:
exporter:
serviceMonitor:
enabled: true
enabled: false

View File

@ -1,24 +0,0 @@
# kubezero-nats
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
KubeZero umbrella chart for NATS
**Homepage:** <https://kubezero.com>
## Maintainers
| Name | Email | Url |
| ---- | ------ | --- |
| Quarky9 | | |
## Requirements
Kubernetes: `>= 1.18.0`
| Repository | Name | Version |
|------------|------|---------|
| | nats | 0.8.3 |
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)