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).
11 lines
259 B
YAML
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
|