From a1a5f2a3160ea3bc66390839be90d66dd8f4547e Mon Sep 17 00:00:00 2001 From: Andrey Arapov <107317698+andy108369@users.noreply.github.com> Date: Fri, 15 Jul 2022 12:18:36 +0200 Subject: [PATCH] provider: AKASH_CLUSTER_PUBLIC_HOSTNAME is not used (#86) 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. --- charts/akash-provider/Chart.yaml | 2 +- charts/akash-provider/templates/deployment.yaml | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/charts/akash-provider/Chart.yaml b/charts/akash-provider/Chart.yaml index 4bf07250..4ffaa73d 100644 --- a/charts/akash-provider/Chart.yaml +++ b/charts/akash-provider/Chart.yaml @@ -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 diff --git a/charts/akash-provider/templates/deployment.yaml b/charts/akash-provider/templates/deployment.yaml index 4545e667..36843c44 100644 --- a/charts/akash-provider/templates/deployment.yaml +++ b/charts/akash-provider/templates/deployment.yaml @@ -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 }}