An open API service indexing awesome lists of open source software.

https://github.com/axonops/helm-axonops

A Helm chart to deploy AxonOps™ server and dashboard
https://github.com/axonops/helm-axonops

apache-cassandra apache-kafka axonops cassandra dba devops helm-chart kafka

Last synced: 5 months ago
JSON representation

A Helm chart to deploy AxonOps™ server and dashboard

Awesome Lists containing this project

README

          

# AxonOps

![Version: 0.11.0](https://img.shields.io/badge/Version-0.11.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.0](https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square)

This helm chart install AxonOps server, dashboard and the required dependencies ElasticSearch and Apache Cassandra. You may optionally enable or disable the dependencies by setting the the values in the global section. Please refer to the https://axonops.com/docs/installation/kubernetes/ for more information.

```sh
helm repo add axonops https://axonops.github.io/helm-charts/

helm upgrade --install axonops -n axonops axonops/axonops
```

## Requirements

| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | cassandra | 12.1.3 |
| https://helm.elastic.co | elasticsearch | 7.13.3 |

## Values

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| axon-dash.resources.limits.cpu | string | `"1000m"` | |
| axon-dash.resources.limits.memory | string | `"1024Mi"` | |
| axon-dash.resources.requests.cpu | string | `"10m"` | |
| axon-dash.resources.requests.memory | string | `"256Mi"` | |
| axon-server.config.license_key | string | `""` | |
| axon-server.config.org_name | string | `"example"` | |
| axon-server.resources.limits.cpu | string | `"3000m"` | |
| axon-server.resources.limits.memory | string | `"1024Mi"` | |
| axon-server.resources.requests.cpu | string | `"1000m"` | |
| axon-server.resources.requests.memory | string | `"512Mi"` | |
| cassandra.cluster.datacenter | string | `"axonops1"` | |
| cassandra.clusterName | string | `"axonops-cassandra"` | |
| cassandra.fullnameOverride | string | `"axonops-cassandra"` | |
| cassandra.image.tag | string | `"4.1.7-debian-12-r3"` | |
| cassandra.persistence.commitLogsize | string | `"2Gi"` | |
| cassandra.persistence.enabled | bool | `true` | |
| cassandra.persistence.size | string | `"50Gi"` | |
| cassandra.persistence.storageClass | string | `""` | |
| cassandra.resources.limits.cpu | string | `"2000m"` | |
| cassandra.resources.limits.memory | string | `"4Gi"` | |
| cassandra.resources.requests.cpu | string | `"1000m"` | |
| cassandra.resources.requests.memory | string | `"4Gi"` | |
| elasticsearch.clusterName | string | `"axonops-elastic"` | |
| elasticsearch.esConfig."elasticsearch.yml" | string | `"thread_pool.write.queue_size: 2000\n"` | |
| elasticsearch.fullnameOverride | string | `"axonops-elastic"` | |
| elasticsearch.maxUnavailable | int | `0` | |
| elasticsearch.minimumMasterNodes | int | `1` | |
| elasticsearch.persistence.enabled | bool | `true` | |
| elasticsearch.replicas | int | `1` | |
| elasticsearch.resources.limits.cpu | string | `"2000m"` | |
| elasticsearch.resources.limits.memory | string | `"1Gi"` | |
| elasticsearch.resources.requests.cpu | string | `"1000m"` | |
| elasticsearch.resources.requests.memory | string | `"1024Mi"` | |
| elasticsearch.roles.data | string | `"true"` | |
| elasticsearch.roles.ingest | string | `"true"` | |
| elasticsearch.roles.master | string | `"true"` | |
| elasticsearch.roles.ml | string | `"false"` | |
| elasticsearch.roles.remote_cluster_client | string | `"false"` | |
| elasticsearch.volumeClaimTemplate.accessModes[0] | string | `"ReadWriteOnce"` | |
| elasticsearch.volumeClaimTemplate.resources.requests.storage | string | `"50Gi"` | |
| elasticsearch.volumeClaimTemplate.storageClassName | string | `""` | |
| global.cassandra.clusterName | string | `"axonops-cassandra"` | |
| global.cassandra.dc | string | `"axonops1"` | |
| global.cassandra.enabled | bool | `true` | |
| global.elasticsearch.clusterName | string | `"axonops-elastic"` | |
| global.elasticsearch.enabled | bool | `true` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)