Skip to content

Commit

Permalink
Update description of values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kota2and3kan committed Sep 26, 2024
1 parent 24742c6 commit e620b18
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
11 changes: 4 additions & 7 deletions charts/scalardb-cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,10 @@ Current chart version is `2.0.0-SNAPSHOT`
| envoy.service.ports.envoy.targetPort | int | `60053` | envoy k8s internal name |
| envoy.service.type | string | `"ClusterIP"` | service types in kubernetes |
| fullnameOverride | string | `""` | String to fully override scalardb-cluster.fullname template |
| global.azure.images.envoy.image | string | `"scalar-envoy"` | |
| global.azure.images.envoy.registry | string | `"scalar.azurecr.io"` | |
| global.azure.images.envoy.tag | string | `"2.0.0-SNAPSHOT"` | |
| global.azure.images.scalardbCluster.image | string | `"scalardb-cluster-node-azure-payg-premium"` | |
| global.azure.images.scalardbCluster.registry | string | `"scalar.azurecr.io"` | |
| global.azure.images.scalardbCluster.tag | string | `"4.0.0-SNAPSHOT"` | |
| global.platform | string | `""` | |
| global.azure | object | `{"images":{"envoy":{"image":"scalar-envoy","registry":"scalar.azurecr.io","tag":"2.0.0-SNAPSHOT"},"scalardbCluster":{"image":"scalardb-cluster-node-azure-payg-premium","registry":"scalar.azurecr.io","tag":"4.0.0-SNAPSHOT"}}}` | Azure Marketplace specific configurations. |
| global.azure.images.envoy | object | `{"image":"scalar-envoy","registry":"scalar.azurecr.io","tag":"2.0.0-SNAPSHOT"}` | Container image of Envoy for Azure Marketplace. |
| global.azure.images.scalardbCluster | object | `{"image":"scalardb-cluster-node-azure-payg-premium","registry":"scalar.azurecr.io","tag":"4.0.0-SNAPSHOT"}` | Container image of ScalarDB Cluster for Azure Marketplace. |
| global.platform | string | `""` | Specify the platform that you use. This configuration is for internal use. |
| nameOverride | string | `""` | String to partially override scalardb-cluster.fullname template (will maintain the release name) |
| scalardbCluster.affinity | object | `{}` | The affinity/anti-affinity feature, greatly expands the types of constraints you can express. |
| scalardbCluster.extraVolumeMounts | list | `[]` | Defines additional volume mounts. If you want to get a heap dump of the ScalarDB Cluster node, you need to mount a volume to make the dump file persistent. |
Expand Down
6 changes: 4 additions & 2 deletions charts/scalardb-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,17 @@
# Declare variables to be passed into your templates.

global:
# Specify the platform that you use. This configuration is for internal use.
# -- Specify the platform that you use. This configuration is for internal use.
platform: ""
# Azure Marketplace specific configurations.
# -- Azure Marketplace specific configurations.
azure:
images:
# -- Container image of ScalarDB Cluster for Azure Marketplace.
scalardbCluster:
tag: "4.0.0-SNAPSHOT"
image: "scalardb-cluster-node-azure-payg-premium"
registry: "scalar.azurecr.io"
# -- Container image of Envoy for Azure Marketplace.
envoy:
tag: "2.0.0-SNAPSHOT"
image: "scalar-envoy"
Expand Down

0 comments on commit e620b18

Please sign in to comment.