Skip to content

Commit

Permalink
Add minor fixes in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fjammes committed Jun 21, 2023
1 parent 902c373 commit b8def32
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion doc/admin/k8s.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ This access is only available for users having access to the cluster with ``kube
.. code:: bash
# Open a tunnel between local machine and Qserv dashboard
kubectl port-forward qserv-repl-ctl-0 8080 &
# # Listen on first port number locally, forwarding to second port number in the pod
kubectl port-forward qserv-repl-ctl-0 8080:8080 &
# Access to the dashboard
firefox http://localhost:8080
14 changes: 7 additions & 7 deletions doc/admin/qserv-ingest/ingest.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
version: 15
ingest:
http:
# Optional
# Optional, default to no time-out
# Timeout for POST and PUT queries in seconds
# POST and PUT queries which might be very long like:
# - postint contribution
# POST and PUT queries which might be very long for the following operations:
# - posting contribution
# - closing transaction
# - publishing database
# have no timeout at all
# - building the "director" index
# - building table indexes at workers
write_timeout: 1800
# Optional
# Optional, default to no time-out
# Timeout for GET queries in seconds
read_timeout: 10
metadata:
# Optional
# Optional, default to "ingest.input.servers[0]/ingest.input.path"
# Allow to customize metadata URL
# Default to "{servers[0]}{path}"
url: http://dataserver/datasets/DC2/

input:
Expand Down

0 comments on commit b8def32

Please sign in to comment.