mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-08 18:07:39 -02:30
Correct cilium metrics port mapping (#10519)
Signed-off-by: Marc Brugger <m.brugger@bison-group.com>
This commit is contained in:
@@ -43,6 +43,11 @@ spec:
|
||||
ports:
|
||||
- name: grpc
|
||||
containerPort: 4245
|
||||
{% if cilium_enable_prometheus %}
|
||||
- name: prometheus
|
||||
containerPort: 9966
|
||||
protocol: TCP
|
||||
{% endif %}
|
||||
readinessProbe:
|
||||
tcpSocket:
|
||||
port: grpc
|
||||
|
||||
Reference in New Issue
Block a user