fix(gitops): mount nxtgauge-uploads-pvc into nxtgauge-rust-companies for B2 fallback storage
Some checks failed
sync-to-forgejo / sync (push) Failing after 7m16s
Some checks failed
sync-to-forgejo / sync (push) Failing after 7m16s
Wire the local-disk fallback path so companies service can write documents when Backblaze B2 is unavailable (B2 outage under investigation).
This commit is contained in:
parent
dfaf4deafe
commit
86e8b8f4ce
2 changed files with 20 additions and 0 deletions
|
|
@ -0,0 +1,16 @@
|
|||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: nxtgauge-rust-companies
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
volumes:
|
||||
- name: nxtgauge-uploads
|
||||
persistentVolumeClaim:
|
||||
claimName: nxtgauge-uploads-pvc
|
||||
containers:
|
||||
- name: companies
|
||||
volumeMounts:
|
||||
- name: nxtgauge-uploads
|
||||
mountPath: /var/lib/nxtgauge-uploads
|
||||
|
|
@ -5,3 +5,7 @@ resources:
|
|||
- ../../base
|
||||
patches:
|
||||
- path: release-patches.yaml
|
||||
- path: companies-volume-patch.yaml
|
||||
target:
|
||||
kind: Deployment
|
||||
name: nxtgauge-rust-companies
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue