Skip to content
Snippets Groups Projects
Commit cd96d1ca authored by William Tucker's avatar William Tucker
Browse files

Changed default search timeout values to strings

parent eab458a3
No related branches found
No related tags found
No related merge requests found
Pipeline #592555 failed
......@@ -507,9 +507,9 @@ index:
# See https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
tolerations:
# Timeout settings
connectionTimeout: 1000
datasetsTimeout: 20000
filesTimeout: 3600000
connectionTimeout: "1000"
datasetsTimeout: "20000"
filesTimeout: "3600000"
# Security context for search container.
securityContext:
# Run with a read-only root filesystem by default
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment