Merge "Adjust RabbitMQ Exporter Probes"
This commit is contained in:
commit
3e8aad1fc7
@ -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 }}
|
||||
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user