Skip to content

Commit

Permalink
Default ETCD port
Browse files Browse the repository at this point in the history
By default ETCD exposes its metrics on port 2379 and not 2381

Signed-off-by: xogoodnow <[email protected]>
  • Loading branch information
xogoodnow authored Aug 25, 2023
1 parent cdc9e43 commit 7774b11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/kube-prometheus-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1563,8 +1563,8 @@ kubeEtcd:
##
service:
enabled: true
port: 2381
targetPort: 2381
port: 2379
targetPort: 2379
# selector:
# component: etcd

Expand Down

1 comment on commit 7774b11

@xogoodnow
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I apologize for leaving out the chart name
charts/kube-prometheus-stack
https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack

Please sign in to comment.