Skip to content

Commit

Permalink
Merge pull request #514 from bcgov/fix/qa-deploy
Browse files Browse the repository at this point in the history
fix: missing log storage
  • Loading branch information
SoLetsDev authored Jul 11, 2024
2 parents 753156e + 1ce9f87 commit d5ad854
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 d5ad854

Please sign in to comment.