nxtgauge-gitops/apps/nxtgauge-backend-rust/overlays/prod/kustomization.yaml
sync-test 86e8b8f4ce
Some checks failed
sync-to-forgejo / sync (push) Failing after 7m16s
fix(gitops): mount nxtgauge-uploads-pvc into nxtgauge-rust-companies for B2 fallback storage
Wire the local-disk fallback path so companies service can write documents
when Backblaze B2 is unavailable (B2 outage under investigation).
2026-07-11 02:01:01 +05:30

11 lines
259 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
namespace: nxtgauge
kind: Kustomization
resources:
- ../../base
patches:
- path: release-patches.yaml
- path: companies-volume-patch.yaml
target:
kind: Deployment
name: nxtgauge-rust-companies