Skip to content

Commit

Permalink
only expose metrics port in service when enabled in values
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasochem committed Oct 24, 2023
1 parent a915821 commit 49cf3a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/tezos-signer-forwarder/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,10 @@ spec:
ports:
- port: {{ .signer_port }}
name: signer
{{ if .signer_metrics }}
- port: 31732
name: metrics
{{ end }}
# make sure that the service always targets the same signer, when HA is in use.
sessionAffinity: ClientIP
---
Expand Down

0 comments on commit 49cf3a9

Please sign in to comment.