Archive legacy ARR Kubernetes manifests
This commit is contained in:
parent
fb57233ce8
commit
a57c459c8a
|
|
@ -833,10 +833,10 @@ The ARR/media stack is intentionally not deployed by the Kubernetes app
|
||||||
pipeline. It is better suited to a Docker Compose stack on the Debian host with
|
pipeline. It is better suited to a Docker Compose stack on the Debian host with
|
||||||
persistent volumes under `/data`, where large media paths, qBittorrent writes,
|
persistent volumes under `/data`, where large media paths, qBittorrent writes,
|
||||||
and service config directories can survive cluster rebuilds without OpenEBS
|
and service config directories can survive cluster rebuilds without OpenEBS
|
||||||
node-affinity or PVC migration concerns. The legacy `apps/arr-stack` manifests
|
node-affinity or PVC migration concerns. The active host-level Compose
|
||||||
are retained only as migration reference. The active host-level Compose
|
|
||||||
definition lives under `infra/arr-stack` and stores persistent data under
|
definition lives under `infra/arr-stack` and stores persistent data under
|
||||||
`/data/arr`.
|
`/data/arr`. Historical Kubernetes manifests are archived under
|
||||||
|
`archive/apps/arr-stack` for migration reference only.
|
||||||
|
|
||||||
## Storage
|
## Storage
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -833,10 +833,10 @@ The ARR/media stack is intentionally not deployed by the Kubernetes app
|
||||||
pipeline. It is better suited to a Docker Compose stack on the Debian host with
|
pipeline. It is better suited to a Docker Compose stack on the Debian host with
|
||||||
persistent volumes under `/data`, where large media paths, qBittorrent writes,
|
persistent volumes under `/data`, where large media paths, qBittorrent writes,
|
||||||
and service config directories can survive cluster rebuilds without OpenEBS
|
and service config directories can survive cluster rebuilds without OpenEBS
|
||||||
node-affinity or PVC migration concerns. The legacy `apps/arr-stack` manifests
|
node-affinity or PVC migration concerns. The active host-level Compose
|
||||||
are retained only as migration reference. The active host-level Compose
|
|
||||||
definition lives under `infra/arr-stack` and stores persistent data under
|
definition lives under `infra/arr-stack` and stores persistent data under
|
||||||
`/data/arr`.
|
`/data/arr`. Historical Kubernetes manifests are archived under
|
||||||
|
`archive/apps/arr-stack` for migration reference only.
|
||||||
|
|
||||||
## Storage
|
## Storage
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue