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

added exception to error mailing for kube probe

parent 64aa7e51
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,9 @@ RUN make new_deploy
# DEBUG: to be able to access tomcat manager through browser
# COPY commul-customization/tomcat-users.xml /opt/tomcat8/conf/
# adapt some config files
RUN perl -pi -e 's/#useProxies = true/useProxies = true/' /opt/lindat-dspace/installation/config/dspace.cfg
RUN perl -pi -e 's# (?s).*org.apache.catalina.connector.ClientAbortException: java.io.IOException: Broken pipe.*# (?s).*org.apache.catalina.connector.ClientAbortException: java.io.IOException: Broken pipe.*,\\\n (?s).*user-agent=.kube-probe.*#' /opt/lindat-dspace/installation/config/modules/lr.cfg
# set up handle server
COPY commul-customization/hdl-setup.tmp /tmp/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment