Skip to content

Commit

Permalink
provider: AKASH_CLUSTER_PUBLIC_HOSTNAME is not used (#86)
Browse files Browse the repository at this point in the history
We set AKASH_CLUSTER_PUBLIC_HOSTNAME to `provider.{{ .Values.domain }}`,
which points to the IP of a woker node where it does not respond over
6443/tcp (kube-apiserver).

As well we are setting AKASH_CLUSTER_K8S=true which makes
AKASH_CLUSTER_PUBLIC_HOSTNAME redundant.
  • Loading branch information
andy108369 authored Jul 15, 2022
1 parent 621e584 commit a1a5f2a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion charts/akash-provider/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.178.0
version: 0.179.0

# 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
3 changes: 0 additions & 3 deletions charts/akash-provider/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,6 @@ spec:
- name: AKASH_CLUSTER_NODE_PORT_QUANTITY
value: "2500"

- name: AKASH_CLUSTER_PUBLIC_HOSTNAME
value: "provider.{{ .Values.domain }}"

- name: AKASH_BID_PRICE_STRATEGY
value: "{{ ternary "scale" "shellScript" (empty .Values.bidpricescript) }}"
{{ if .Values.bidpricescript }}
Expand Down

0 comments on commit a1a5f2a

Please sign in to comment.