Browse Source

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

pull/8516/head
Byeonggon Lee 2 years ago
committed by GitHub
parent
commit
5695c892d0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions
  1. 8
      roles/kubernetes-apps/metallb/templates/metallb.yml.j2

8
roles/kubernetes-apps/metallb/templates/metallb.yml.j2

@ -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

Loading…
Cancel
Save