Skip to content

Commit

Permalink
Merge pull request #11 from chainlayer/fix-deployment-spec
Browse files Browse the repository at this point in the history
  • Loading branch information
HailD authored Jul 25, 2024
2 parents 178a59f + a37ddef commit f6baeb0
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -2,5 +2,5 @@ apiVersion: v2
name: lava-provider
description: A Helm chart for deployment of the Lava provider service
type: application
version: 0.0.8
version: 0.0.9
appVersion: "1.0.0"
2 changes: 1 addition & 1 deletion charts/provider/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ spec:
- "--node"
- "{{ .rpcNodeUrl }}"
- "--endpoints"
- {{ range .supportedChainIds }}"{{ $.Values.config.endpoint }}:443,{{ . }} "{{ end }}
- "{{ range .supportedChainIds }}{{ $.Values.config.endpoint }}:443,{{ . }} {{ end }}"
{{- end }}
{{- omit .readinessProbe "enabled" | toYaml | nindent 12 }}
{{- else if .customReadinessProbe }}
Expand Down

0 comments on commit f6baeb0

Please sign in to comment.