From c9779845121a5dfa817079066e55a7397f5bddde Mon Sep 17 00:00:00 2001 From: Andrey Arapov <107317698+andy108369@users.noreply.github.com> Date: Wed, 18 Oct 2023 12:55:53 +0200 Subject: [PATCH] feat(provider): allow user set cluster node port quantity (#231) --- charts/akash-provider/Chart.yaml | 2 +- charts/akash-provider/templates/statefulset.yaml | 2 +- charts/akash-provider/values.yaml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/charts/akash-provider/Chart.yaml b/charts/akash-provider/Chart.yaml index 5fdc962f..a0c005d4 100644 --- a/charts/akash-provider/Chart.yaml +++ b/charts/akash-provider/Chart.yaml @@ -17,7 +17,7 @@ type: application # Versions are expected to follow Semantic Versioning (https://semver.org/) # Major version bit highlights the mainnet release (e.g. mainnet4 = 4.x.x, mainnet5 = 5.x.x, ...) -version: 6.0.5 +version: 6.0.6 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/akash-provider/templates/statefulset.yaml b/charts/akash-provider/templates/statefulset.yaml index 17ff4d9a..90708ac2 100644 --- a/charts/akash-provider/templates/statefulset.yaml +++ b/charts/akash-provider/templates/statefulset.yaml @@ -161,7 +161,7 @@ spec: - name: AKASH_DEPLOYMENT_BLOCKED_HOSTNAMES value: "" - name: AKASH_CLUSTER_NODE_PORT_QUANTITY - value: "2500" + value: "{{ .Values.cluster_node_port_quantity }}" - name: AKASH_GAS_PRICES value: "{{ .Values.gasprices }}" - name: AKASH_GAS diff --git a/charts/akash-provider/values.yaml b/charts/akash-provider/values.yaml index 6a99a6bb..a40d53fe 100644 --- a/charts/akash-provider/values.yaml +++ b/charts/akash-provider/values.yaml @@ -84,6 +84,7 @@ withdrawalperiod: "1h" minimumbalance: "10000000" deploymentnetworkpoliciesenabled: "false" +cluster_node_port_quantity: "2500" ipoperator: false