Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
Esgf Docker
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ESGF
mirrors
Esgf Docker
Commits
cd96d1ca
Commit
cd96d1ca
authored
6 months ago
by
William Tucker
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
deploy/kubernetes/chart/values.yaml
+3
-3
3 additions, 3 deletions
deploy/kubernetes/chart/values.yaml
with
3 additions
and
3 deletions
deploy/kubernetes/chart/values.yaml
+
3
−
3
View file @
cd96d1ca
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment