Skip to content
Snippets Groups Projects
Commit c177e570 authored by Alexander König's avatar Alexander König
Browse files

added healthcheck for dspace container, addresses #53

parent 0d4bd4b6
No related branches found
No related tags found
No related merge requests found
......@@ -62,6 +62,15 @@ spec:
volumeMounts:
- mountPath: /opt/lindat-dspace/installation/assetstore
name: dspace-assetstore
livenessProbe:
httpGet:
host: clarin-dev.eurac.edu
path: /repository/xmlui/
port: 443
scheme: HTTPS
initialDelaySeconds: 90
periodSeconds: 15
timeoutSeconds: 3
restartPolicy: Always
imagePullSecrets:
- name: gitlab-scientificnet-org-registry
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment