Skip to content

Commit

Permalink
Open calico metrics ports (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
stg-0 authored Sep 6, 2023
1 parent 33b9c36 commit 6a46164
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,18 @@ spec:
protocol: tcp
fromPort: 10257
toPort: 10257
- description: \"metrics calico-node (prometheus)\"
protocol: tcp
fromPort: 9191
toPort: 9191
- description: \"metrics calico-typha (prometheus)\"
protocol: tcp
fromPort: 9093
toPort: 9093
- description: \"metrics node-exporter (prometheus)\"
protocol: tcp
fromPort: 9100
toPort: 9100
{{- if ne .KeosCluster.Spec.Networks.VPCID "" }}
vpc:
id: {{ .KeosCluster.Spec.Networks.VPCID }}
Expand Down

0 comments on commit 6a46164

Please sign in to comment.