Skip to content

Commit

Permalink
fix: missing log storage
Browse files Browse the repository at this point in the history
Even if fluentbit isn't using this, the application still looks for it
  • Loading branch information
trev-dev committed Jul 11, 2024
1 parent 753156e commit 1ce9f87
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/openshift/backend-no-fb.dc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ objects:
- name: tls-certs
mountPath: "/etc/tls-certs"
readOnly: true
- name: log-storage
mountPath: /logs
livenessProbe:
initialDelaySeconds: 20
failureThreshold: 5
Expand Down Expand Up @@ -77,6 +79,8 @@ objects:
cpu: "${MAX_CPU}"
memory: "${MAX_MEM}"
volumes:
- name: log-storage
emptyDir: {}
- name: tls-certs
secret:
secretName: ccof-backend-cert
Expand Down

0 comments on commit 1ce9f87

Please sign in to comment.