Skip to content

Commit

Permalink
Merge pull request #18 from paritytech/substrate-telemetry
Browse files Browse the repository at this point in the history
substrate-telemetry: fixing templates
  • Loading branch information
ArshamTeymouri authored Sep 17, 2021
2 parents 08e92ce + e141306 commit a3db9b5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/substrate-telemetry/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: "2.0.3"
version: "2.0.4"

# 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/substrate-telemetry/templates/core-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ spec:
path: /health
port: http
resources:
{{- toYaml .Values.core.resources | nindent 12 }}
{{- toYaml .Values.resources.core | nindent 12 }}
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
path: /
port: http
resources:
{{- toYaml .Values.frontend.resources | nindent 12 }}
{{- toYaml .Values.resources.frontend | nindent 12 }}
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
Expand Down
2 changes: 1 addition & 1 deletion charts/substrate-telemetry/templates/shard-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
path: /health
port: http
resources:
{{- toYaml .Values.shard.resources | nindent 12 }}
{{- toYaml .Values.resources.shard | nindent 12 }}
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
Expand Down

0 comments on commit a3db9b5

Please sign in to comment.