From 1ce9f876f5e43694f8c5102ce4ee7910193e5d78 Mon Sep 17 00:00:00 2001 From: Trevor Richards Date: Thu, 11 Jul 2024 10:10:59 -0700 Subject: [PATCH] fix: missing log storage Even if fluentbit isn't using this, the application still looks for it --- tools/openshift/backend-no-fb.dc.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/openshift/backend-no-fb.dc.yaml b/tools/openshift/backend-no-fb.dc.yaml index 523e958b..85ed08f6 100644 --- a/tools/openshift/backend-no-fb.dc.yaml +++ b/tools/openshift/backend-no-fb.dc.yaml @@ -40,6 +40,8 @@ objects: - name: tls-certs mountPath: "/etc/tls-certs" readOnly: true + - name: log-storage + mountPath: /logs livenessProbe: initialDelaySeconds: 20 failureThreshold: 5 @@ -77,6 +79,8 @@ objects: cpu: "${MAX_CPU}" memory: "${MAX_MEM}" volumes: + - name: log-storage + emptyDir: {} - name: tls-certs secret: secretName: ccof-backend-cert