Skip to content

Commit

Permalink
adding metrics-server extraArgs
Browse files Browse the repository at this point in the history
  • Loading branch information
mabdulmoghni committed Sep 10, 2023
1 parent e6e3240 commit f871cbc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion charts/kotal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ manager:
metrics-server:
enabled: true
namespaceOverride: metrics-server

extraArgs:
- --kubelet-use-node-status-port
- --kubelet-insecure-tls
- --kubelet-preferred-address-types=InternalIP,ExternalIP,Hostname
traefik:
enabled: true
namespaceOverride: traefik
Expand Down

0 comments on commit f871cbc

Please sign in to comment.