Merge "Adjust RabbitMQ Exporter Probes"

This commit is contained in:
Zuul 2020-03-20 16:20:07 +00:00 committed by Gerrit Code Review
commit 3e8aad1fc7
2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ limitations under the License.
{{- define "exporterProbeTemplate" }}
httpGet:
scheme: HTTP
path: /metrics
path: /
port: {{ tuple "prometheus_rabbitmq_exporter" "internal" "metrics" . | include "helm-toolkit.endpoints.endpoint_port_lookup" }}
{{- end }}

View File

@ -56,13 +56,13 @@ pod:
params:
initialDelaySeconds: 30
periodSeconds: 30
timeoutSeconds: 20
timeoutSeconds: 5
liveness:
enabled: true
params:
initialDelaySeconds: 120
periodSeconds: 90
timeoutSeconds: 70
timeoutSeconds: 5
security_context:
exporter:
pod: