|
1 |
| - |
| 1 | + |
2 | 2 |
|
3 | 3 | # Running Dataverse on Kubernetes
|
4 | 4 |
|
5 |
| -[](https://dataverse.org) |
| 5 | +[](https://dataverse.org) |
6 | 6 | [](https://travis-ci.org/IQSS/dataverse-kubernetes)
|
7 |
| -[](https://cloud.docker.com/u/iqss/repository/docker/iqss/dataverse-k8s) |
8 |
| -[](https://cloud.docker.com/u/iqss/repository/docker/iqss/solr-k8s) |
| 7 | +[](https://hub.docker.com/r/iqss/dataverse-k8s) |
| 8 | +[](https://hub.docker.com/r/iqss/solr-k8s) |
9 | 9 |
|
10 | 10 | This project aims to provide a simple to re-use example on how to run
|
11 | 11 | Dataverse on a Kubernetes cluster.
|
@@ -33,7 +33,7 @@ For production usage you really will want to fork and create your on deployments
|
33 | 33 | (At least as long as no Operator or Helm chart exists for this...)
|
34 | 34 |
|
35 | 35 | Example usages:
|
36 |
| -* [Quick demo with Minikube](docs/minikube.md) |
| 36 | +* [Quick demo with Minikube](https://github.com/IQSS/dataverse-kubernetes/blob/master/docs/minikube.md) |
37 | 37 |
|
38 | 38 | ### Upgrading your installation
|
39 | 39 |
|
@@ -64,7 +64,7 @@ Things like file storage, networking, DOI, etc are all *basic system settings*
|
64 | 64 | and can be set via system properties. For your convienience, these can be
|
65 | 65 | stored in a `ConfigMap`.
|
66 | 66 |
|
67 |
| -Some things need sane defaults, which can be found in [default.config](./dataverse-k8s/bin/default.config). |
| 67 | +Some things need sane defaults, which can be found in [default.config](https://github.com/IQSS/dataverse-kubernetes/blob/master/docker/dataverse-k8s/bin/default.config). |
68 | 68 | You might find those usefull as an example for your personally tuned `ConfigMap`.
|
69 | 69 |
|
70 | 70 | ### Mapping environment variables to JVM options
|
@@ -160,7 +160,7 @@ Currently understood secrets in the container, mounted at `SECRETS_DIR=/opt/data
|
160 | 160 | 5. `s3/access-key` and `s3/secret-key` - needed when you want to use S3 storage. See #28.
|
161 | 161 |
|
162 | 162 | A password alias is automatically created and used for those, no need to provide
|
163 |
| -those yourself. (see [default.config](./dataverse-k8s/bin/default.config)) |
| 163 | +those yourself. (see [default.config](https://github.com/IQSS/dataverse-kubernetes/blob/master/docker/dataverse-k8s/bin/default.config)) |
164 | 164 |
|
165 | 165 | You can of course map other parts of the secret like usernames to an environment
|
166 | 166 | variable like `doi_username` etc.
|
|
0 commit comments