Commits on Source (21)
-
Alexander König authored
-
egon w. stemle authored
Lately, we encountered hick-ups when the dspace container comes up but the postgres container is still missing (although the containers will restart until both start in the right order). Here we add one `initContainers` that will poll the postgres db until success. Address #60
-
egon w. stemle authored
Found two lines in robots.txt at UFAL's installation that seem ok. Add also to our stash: ``` Disallow: /repository/*allzip$ Disallow: /repository/oai/requeststripped ```
-
egon w. stemle authored
We noticed the subprocess that runs our 'cron' sometimes quits silently; one possibility we see is that OOM kills it. In any case, we now also check for the existence of the commands `sleep` or `timeout` in the process table (`ps`) via the `livenessProbe`. Address #60
-
egon w. stemle authored
-
egon w. stemle authored
Startup time can be really abysmal: Almost 600s for loading the image (on a fresh node) and some time to run the initial setup. Address #60
-
egon w. stemle authored
-
egon w. stemle authored
So far, we have used TLS certs from eurac's IT. Now, we (re-)use k8s infrastructure (in particular the kube-lego add-on) and let kube-lego - request/renew TLS certificates - manage the certificate within a k8s secret We then make this k8s secret available to our nginx and configure nginx to use it. We also got rid of internal TLS communication between ingress and the apps avoiding the necessity to (re-)create valid/self-signed certs. The overhead seemed unnecessary. Note: using HTTP(!) over port 443 for internal communication (Shibboleth mishap) Fix #62
-
egon w. stemle authored
-
Alexander König authored
-
Alexander König authored
-
egon w. stemle authored
-
Alexander König authored
-
Alexander König authored
-
Alexander König authored
-
Alexander König authored
-
Alexander König authored
-
Alexander König authored
-
Alexander König authored
-
Alexander König authored
-
Alexander König authored
Showing
- CHANGELOG.md 19 additions, 1 deletionCHANGELOG.md
- DEPLOYMENT.md 2 additions, 2 deletionsDEPLOYMENT.md
- clarin-dev2clarin.sh 1 addition, 1 deletionclarin-dev2clarin.sh
- dockerfiles/Dockerfile.nginx 3 additions, 3 deletionsdockerfiles/Dockerfile.nginx
- dockerfiles/commul-customization/local.properties 1 addition, 1 deletiondockerfiles/commul-customization/local.properties
- dockerfiles/commul-customization/nginx.conf 1 addition, 1 deletiondockerfiles/commul-customization/nginx.conf
- dockerfiles/commul-customization/nginx.default.conf 5 additions, 30 deletionsdockerfiles/commul-customization/nginx.default.conf
- dockerfiles/commul-customization/repository_auth 5 additions, 3 deletionsdockerfiles/commul-customization/repository_auth
- dockerfiles/commul-customization/robots-clarin.txt 2 additions, 0 deletionsdockerfiles/commul-customization/robots-clarin.txt
- dockerfiles/commul-customization/shibboleth2.xml 16 additions, 16 deletionsdockerfiles/commul-customization/shibboleth2.xml
- kubernetes/dspace-deployment.yaml 13 additions, 7 deletionskubernetes/dspace-deployment.yaml
- kubernetes/dspace-ingress.yaml 11 additions, 2 deletionskubernetes/dspace-ingress.yaml
- kubernetes/nginx-deployment.yaml 6 additions, 15 deletionskubernetes/nginx-deployment.yaml
- kubernetes/nginx-service.yaml 0 additions, 3 deletionskubernetes/nginx-service.yaml
- kubernetes/postgres-deployment.yaml 1 addition, 1 deletionkubernetes/postgres-deployment.yaml