Skip to content
Snippets Groups Projects
Verified Commit 81196487 authored by egon w. stemle's avatar egon w. stemle :robot:
Browse files

Add directory to share shibboleth log files

parent 9524742c
No related branches found
No related tags found
No related merge requests found
......@@ -72,6 +72,16 @@ spec:
name: log-dspace
- mountPath: /opt/tomcat8/logs
name: log-tomcat
- mountPath: /opt/shibboleth-sp-fastcgi/var/log/shibboleth
name: log-shibboleth
readinessProbe:
httpGet:
path: /repository/xmlui/
port: 8080
initialDelaySeconds: 120
failureThreshold: 10
periodSeconds: 30
timeoutSeconds: 3
livenessProbe:
exec:
command:
......@@ -100,6 +110,18 @@ spec:
name: client.fs.commul.admin
user: fs.commul.admin
name: dspace-assetstore
- cephfs:
monitors:
- 10.8.55.201:6789
- 10.8.55.202:6789
- 10.8.55.203:6789
- 10.7.55.201:6789
- 10.7.55.202:6789
path: /eurac/commul/projects/clarin/kubernetes/dspace-dev/log/dspace
secretRef:
name: client.fs.commul.admin
user: fs.commul.admin
name: log-dspace
- cephfs:
monitors:
- 10.8.55.201:6789
......@@ -119,9 +141,9 @@ spec:
- 10.8.55.203:6789
- 10.7.55.201:6789
- 10.7.55.202:6789
path: /eurac/commul/projects/clarin/kubernetes/dspace-dev/log/dspace
path: /eurac/commul/projects/clarin/kubernetes/dspace-dev/log/shibboleth
secretRef:
name: client.fs.commul.admin
user: fs.commul.admin
name: log-dspace
name: log-shibboleth
status: {}
......@@ -32,6 +32,8 @@ spec:
- mountPath: /etc/ssl/nginx
name: nginx-ssl-certs
readOnly: true
- mountPath: /opt/shibboleth-sp-fastcgi/var/log/shibboleth
name: log-shibboleth
livenessProbe:
httpGet:
host: clarin-dev.eurac.edu
......@@ -59,4 +61,16 @@ spec:
name: client.fs.commul.admin
user: fs.commul.admin
name: nginx-shib-certs
- cephfs:
monitors:
- 10.8.55.201:6789
- 10.8.55.202:6789
- 10.8.55.203:6789
- 10.7.55.201:6789
- 10.7.55.202:6789
path: /eurac/commul/projects/clarin/kubernetes/dspace-dev/log/shibboleth
secretRef:
name: client.fs.commul.admin
user: fs.commul.admin
name: log-shibboleth
status: {}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment