Skip to content

Commit

Permalink
feat(provider): allow user set cluster node port quantity (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
andy108369 committed Oct 18, 2023
1 parent 3af97e4 commit c977984
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/akash-provider/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/akash-provider/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions charts/akash-provider/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ withdrawalperiod: "1h"
minimumbalance: "10000000"

deploymentnetworkpoliciesenabled: "false"
cluster_node_port_quantity: "2500"

ipoperator: false

Expand Down

0 comments on commit c977984

Please sign in to comment.