Skip to content
Snippets Groups Projects
Unverified Commit 5695c892 authored by Byeonggon Lee's avatar Byeonggon Lee Committed by GitHub
Browse files

Fix wrong port name in metallb.yml.j2 (#8510)

parent 696101a9
No related branches found
No related tags found
No related merge requests found
......@@ -390,7 +390,7 @@ spec:
livenessProbe:
httpGet:
path: /metrics
port: metrics
port: monitoring
initialDelaySeconds: 10
periodSeconds: 10
timeoutSeconds: 1
......@@ -399,7 +399,7 @@ spec:
readinessProbe:
httpGet:
path: /metrics
port: metrics
port: monitoring
initialDelaySeconds: 10
periodSeconds: 10
timeoutSeconds: 1
......@@ -478,7 +478,7 @@ spec:
livenessProbe:
httpGet:
path: /metrics
port: metrics
port: monitoring
initialDelaySeconds: 10
periodSeconds: 10
timeoutSeconds: 1
......@@ -487,7 +487,7 @@ spec:
readinessProbe:
httpGet:
path: /metrics
port: metrics
port: monitoring
initialDelaySeconds: 10
periodSeconds: 10
timeoutSeconds: 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment