Commit d725bbbe authored by Radu Carpa's avatar Radu Carpa
Browse files

wait for log files in httpd-error-log containers. Closes #88

parent a206734c
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
name: rucio-server
version: 1.27.3
version: 1.27.4
apiVersion: v1
description: A Helm chart to deploy servers for Rucio
keywords:
@@ -11,4 +11,3 @@ sources:
maintainers:
  - name: Rucio development team
    email: rucio-dev@cern.ch
+1 −1
Original line number Diff line number Diff line
@@ -79,7 +79,7 @@ spec:
{{- if .Values.exposeErrorLogs.authServer }}
        - name: httpd-error-log
          image: busybox
          args: [/bin/sh, -c, 'tail -n+1 -f /var/log/httpd/error_log']
          args: [/bin/sh, -c, 'tail -n+1 -F /var/log/httpd/error_log']
          volumeMounts:
          - name: httpdlog
            mountPath: /var/log/httpd
+1 −1
Original line number Diff line number Diff line
@@ -87,7 +87,7 @@ spec:
{{- if .Values.exposeErrorLogs.server }}
        - name: httpd-error-log
          image: busybox
          args: [/bin/sh, -c, 'tail -n+1 -f /var/log/httpd/error_log']
          args: [/bin/sh, -c, 'tail -n+1 -F /var/log/httpd/error_log']
          volumeMounts:
          - name: httpdlog
            mountPath: /var/log/httpd
+1 −1
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@ spec:
{{- if .Values.exposeErrorLogs.traceServer }}
        - name: httpd-error-log
          image: busybox
          args: [/bin/sh, -c, 'tail -n+1 -f /var/log/httpd/error_log']
          args: [/bin/sh, -c, 'tail -n+1 -F /var/log/httpd/error_log']
          volumeMounts:
          - name: httpdlog
            mountPath: /var/log/httpd
+1 −2
Original line number Diff line number Diff line
name: rucio-ui
version: 1.27.1
version: 1.27.2
apiVersion: v1
description: A Helm chart to deploy webui servers for Rucio
keywords:
@@ -11,4 +11,3 @@ sources:
maintainers:
  - name: Rucio development team
    email: rucio-dev@cern.ch
Loading