Byeonggon Lee
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
4 deletions
-
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 |
|
|
|