Skip to content

Commit

Permalink
fixes provider service port test
Browse files Browse the repository at this point in the history
  • Loading branch information
sacreman committed Sep 14, 2021
1 parent b0c1e39 commit 1f3e169
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/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.3.0
version: 0.4.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
2 changes: 1 addition & 1 deletion charts/provider/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ spec:
app: akash-provider
ports:
- name: gateway
port: 8443
port: { { .Values.service.port } }
3 changes: 3 additions & 0 deletions charts/provider/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ image:

imagePullSecrets: []

service:
port: 8443

autoscaling:
enabled: false
minReplicas: 1
Expand Down

0 comments on commit 1f3e169

Please sign in to comment.