Skip to content

Commit

Permalink
fix up the configmaps
Browse files Browse the repository at this point in the history
  • Loading branch information
sacreman committed Sep 14, 2021
1 parent 77214d9 commit a393fd0
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 1 deletion.
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.13.0
version: 0.14.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
File renamed without changes.
11 changes: 11 additions & 0 deletions charts/provider/templates/configmap-client-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: akash-client-config
data:
home: /home
from: main
node: http://akash-node:26657
chainid: local
keyring-backend: test
trust-node: true
35 changes: 35 additions & 0 deletions charts/provider/templates/configmap-provider-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: akash-provider-config
data:
##
# override-able defaults
##
# ingress-static-hosts: false
# ingress-domain:
# ingress-expose-lb-hosts: false
# network-policies-enabled: false
# max-unit-cpu: 500
# max-unit-memory: 1073741824
# max-unit-storage: 1073741824
# max-unit-count: 10
# max-unit-price: 10000
# min-unit-cpu: 10
# min-unit-memory: 1024
# min-unit-storage: 1024
# min-unit-count: 1
# min-unit-price: 1
# max-group-count: 10
# max-group-units: 10
# max-group-cpu: 1000
# max-group-memory: 1073741824
# max-group-storage: 5368709120
# mem-price-min: 50
# mem-price-max: 1048576
# bid-price-strategy:
# bid-cpu-scale:
# bid-storage-scale:
# bid-script-path:
# bid-script-process-limit:
# bid-script-process-timeout:

0 comments on commit a393fd0

Please sign in to comment.