Skip to content

Commit

Permalink
fix name of service for exposer (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 authored Sep 16, 2023
1 parent c5aad21 commit be38555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/devnet/templates/chains/cosmos/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
protocol: TCP
targetPort: {{ $port }}
{{- end }}
- name: http
- name: exposer
port: {{ $.Values.exposer.ports.rest | default 8081 }}
protocol: TCP
targetPort: {{ $.Values.exposer.ports.rest | default 8081 }}
Expand Down

0 comments on commit be38555

Please sign in to comment.