Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
fix: port target names can only be 15 chars (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
joroshiba authored Jan 12, 2024
1 parent 4ef1c6e commit 2d88cb1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/sequencer/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.9.2
version: 0.9.3

# 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/sequencer/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ spec:
ports:
- name: cometbft-metrics
port: {{ .Values.ports.cometBFTMETRICS }}
targetPort: cometbft-metrics
targetPort: cometbft-metric
{{- end }}
2 changes: 1 addition & 1 deletion charts/sequencer/templates/statefulsets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ spec:
name: cometbft-rpc
{{- if .Values.serviceMonitor.enabled }}
- containerPort: {{ .Values.ports.cometBFTMETRICS }}
name: cometbft-metrics
name: cometbft-metric
{{- end }}
volumes:
- name: cometbft-config-volume
Expand Down

0 comments on commit 2d88cb1

Please sign in to comment.