Skip to content
This repository was archived by the owner on Jan 13, 2026. It is now read-only.

axonops/helm-axonops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AxonOps

Version: 0.11.0 Type: application AppVersion: 1.16.0

⚠️ Deprecation Notice

Important

This Helm chart repository is now deprecated. It is no longer being actively maintained and will not receive further updates.

To ensure you have the latest features and bug fixes, please migrate to our updated charts.

🚀 New Repository Location

The latest versions of these charts are now hosted here: AxonOps Containers - Helm Charts


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.

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

Packages

 
 
 

Contributors