76 lines
4.0 KiB
Markdown
76 lines
4.0 KiB
Markdown
|
|
# cassandra
|
||
|
|
|
||
|
|
  
|
||
|
|
|
||
|
|
A Helm chart for Kubernetes
|
||
|
|
|
||
|
|
## Values
|
||
|
|
|
||
|
|
| Key | Type | Default | Description |
|
||
|
|
|-----|------|---------|-------------|
|
||
|
|
| cassandra.cassandra.containerSecurityContext.capabilities.add[0] | string | `"IPC_LOCK"` | |
|
||
|
|
| cassandra.cassandra.env.cassandraClusterName | string | `"K8Demo"` | |
|
||
|
|
| cassandra.cassandra.env.cassandraDc | string | `"DC1-K8Demo"` | |
|
||
|
|
| cassandra.cassandra.env.cassandraRack | string | `"Rack1-K8Demo"` | |
|
||
|
|
| cassandra.cassandra.env.cassandraSeeds | string | `"cassandra-server-0.cassandra-svc.cassandra.svc.cluster.local"` | |
|
||
|
|
| cassandra.cassandra.env.heapNewsize | string | `"100M"` | |
|
||
|
|
| cassandra.cassandra.env.maxHeapSize | string | `"512M"` | |
|
||
|
|
| cassandra.cassandra.image.repository | string | `"europe-west2-docker.pkg.dev/artifacts-management-441415/reltio-apps/cassandra"` | |
|
||
|
|
| cassandra.cassandra.image.tag | string | `"v0.1"` | |
|
||
|
|
| cassandra.cassandra.imagePullPolicy | string | `"Always"` | |
|
||
|
|
| cassandra.cassandra.resources.limits.cpu | string | `"500m"` | |
|
||
|
|
| cassandra.cassandra.resources.limits.memory | string | `"1Gi"` | |
|
||
|
|
| cassandra.cassandra.resources.requests.cpu | string | `"500m"` | |
|
||
|
|
| cassandra.cassandra.resources.requests.memory | string | `"1Gi"` | |
|
||
|
|
| cassandra.ports[0].name | string | `"cql"` | |
|
||
|
|
| cassandra.ports[0].port | int | `9042` | |
|
||
|
|
| cassandra.ports[0].targetPort | int | `0` | |
|
||
|
|
| cassandra.ports[1].name | string | `"intra-node"` | |
|
||
|
|
| cassandra.ports[1].port | int | `7000` | |
|
||
|
|
| cassandra.ports[1].targetPort | int | `0` | |
|
||
|
|
| cassandra.ports[2].name | string | `"tls-intra-node"` | |
|
||
|
|
| cassandra.ports[2].port | int | `7001` | |
|
||
|
|
| cassandra.ports[2].targetPort | int | `0` | |
|
||
|
|
| cassandra.ports[3].name | string | `"thrift"` | |
|
||
|
|
| cassandra.ports[3].port | int | `9160` | |
|
||
|
|
| cassandra.ports[3].protocol | string | `"TCP"` | |
|
||
|
|
| cassandra.ports[3].targetPort | int | `9160` | |
|
||
|
|
| cassandra.replicas | int | `3` | |
|
||
|
|
| cassandra.tls.secretName | string | `"service/state-cluster/cassandra-tls"` | |
|
||
|
|
| cassandra.tls.secretStoreName | string | `"vault-secretstore"` | |
|
||
|
|
| cassandra.type | string | `"ClusterIP"` | |
|
||
|
|
| cassandra.volumeClaims.cassandraData.requests.storage | string | `"5Gi"` | |
|
||
|
|
| ext.ports[0].name | string | `"cql"` | |
|
||
|
|
| ext.ports[0].port | int | `9042` | |
|
||
|
|
| ext.ports[0].protocol | string | `"TCP"` | |
|
||
|
|
| ext.ports[0].targetPort | int | `9042` | |
|
||
|
|
| ext.ports[1].name | string | `"intra-node"` | |
|
||
|
|
| ext.ports[1].port | int | `7000` | |
|
||
|
|
| ext.ports[1].protocol | string | `"TCP"` | |
|
||
|
|
| ext.ports[1].targetPort | int | `7000` | |
|
||
|
|
| ext.ports[2].name | string | `"tls-intra-node"` | |
|
||
|
|
| ext.ports[2].port | int | `7001` | |
|
||
|
|
| ext.ports[2].protocol | string | `"TCP"` | |
|
||
|
|
| ext.ports[2].targetPort | int | `7001` | |
|
||
|
|
| ext.ports[3].name | string | `"jmx"` | |
|
||
|
|
| ext.ports[3].port | int | `7199` | |
|
||
|
|
| ext.ports[3].protocol | string | `"TCP"` | |
|
||
|
|
| ext.ports[3].targetPort | int | `7199` | |
|
||
|
|
| ext.ports[4].name | string | `"thrift"` | |
|
||
|
|
| ext.ports[4].port | int | `9160` | |
|
||
|
|
| ext.ports[4].protocol | string | `"TCP"` | |
|
||
|
|
| ext.ports[4].targetPort | int | `9160` | |
|
||
|
|
| ext.type | string | `"LoadBalancer"` | |
|
||
|
|
| kubernetesClusterDomain | string | `"cluster.local"` | |
|
||
|
|
| nodeSelector."kubernetes.io/arch" | string | `"amd64"` | |
|
||
|
|
| tolerations[0].effect | string | `"NoSchedule"` | |
|
||
|
|
| tolerations[0].key | string | `"dedicated"` | |
|
||
|
|
| tolerations[0].operator | string | `"Equal"` | |
|
||
|
|
| tolerations[0].value | string | `"amd"` | |
|
||
|
|
| wif.gcpProjectNumber | string | `"414526292625"` | |
|
||
|
|
| wif.wiPoolName | string | `"eks-workload-pool"` | |
|
||
|
|
| wif.wiProviderName | string | `"state-cluster-mohsin"` | |
|
||
|
|
|
||
|
|
----------------------------------------------
|
||
|
|
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)
|