Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DBRepo
Manage
Activity
Members
Labels
Plan
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FAIR Data Austria DB Repository
DBRepo
Merge requests
!402
Added the tests
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Added the tests
test/storage-service
into
dev
Overview
0
Commits
11
Pipelines
0
Changes
131
Merged
Martin Weise
requested to merge
test/storage-service
into
dev
3 months ago
Overview
0
Commits
11
Pipelines
0
Changes
131
Signed-off-by: Martin Weise
martin.weise@tuwien.ac.at
0
0
Merge request reports
Compare
dev
version 10
b47badb2
3 months ago
version 9
2e4157fb
3 months ago
version 8
3c00a44f
3 months ago
version 7
222a5f80
3 months ago
version 6
a00087ed
3 months ago
version 5
fd54f78f
3 months ago
version 4
2e3e814c
3 months ago
version 3
bbac3e56
3 months ago
version 2
6071dd14
3 months ago
version 1
445e6063
3 months ago
dev (base)
and
latest version
latest version
fdab63b1
11 commits,
3 months ago
version 10
b47badb2
10 commits,
3 months ago
version 9
2e4157fb
9 commits,
3 months ago
version 8
3c00a44f
8 commits,
3 months ago
version 7
222a5f80
7 commits,
3 months ago
version 6
a00087ed
6 commits,
3 months ago
version 5
fd54f78f
5 commits,
3 months ago
version 4
2e3e814c
4 commits,
3 months ago
version 3
bbac3e56
3 commits,
3 months ago
version 2
6071dd14
2 commits,
3 months ago
version 1
445e6063
1 commit,
3 months ago
131 files
+
893
−
5768
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
131
.docs/api/storage-service.md
+
1
−
0
View file @ fdab63b1
Edit in single-file editor
Open in Web IDE
Show full file
@@ -11,6 +11,7 @@ author: Martin Weise
@@ -11,6 +11,7 @@ author: Martin Weise
* Ports: 8888/tcp, 9000/tcp
* Ports: 8888/tcp, 9000/tcp
* Prometheus: `http://<hostname>:9091/metrics`
* Prometheus: `http://<hostname>:9091/metrics`
* Filer UI: `http://<hostname>:8888`
* Filer UI: `http://<hostname>:8888`
* Cluster UI: `http://<hostname>:9333`
To directly access in Kubernetes (for e.g. debugging), forward the svc port to your local machine:
To directly access in Kubernetes (for e.g. debugging), forward the svc port to your local machine:
Loading