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).
16 lines
No EOL
387 B
YAML
16 lines
No EOL
387 B
YAML
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 |