Staging deployments on ringtail k3s, in parallel with the minikube apps
until per-service cutover. Each uses the Nix image built at 1d4cbbf
(paperless v2.20.15, mealie v3.16.0, teslamate v3.0.0, all -nix tags) and
points postgres at the in-cluster ringtail blumeops-pg.
- paperless: redesigned as web/worker/beat/consumer + redis in one pod
(Nix image has no s6 supervisor); media on a ringtail-suffixed NFS PV
(needs a sifaka rule for ringtail).
- mealie: single gunicorn; SQLite PVC (local-path) copied at cutover.
- teslamate: stateless; DATABASE_HOST already in-cluster, unchanged.
ArgoCD apps target ringtail (https://ringtail.tail8d86e.ts.net:6443).
Not synced yet; deploy-from-branch + cutover is the next step.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
31 lines
781 B
YAML
31 lines
781 B
YAML
---
|
|
apiVersion: external-secrets.io/v1
|
|
kind: ExternalSecret
|
|
metadata:
|
|
name: paperless-secrets
|
|
namespace: paperless
|
|
spec:
|
|
refreshInterval: 1h
|
|
secretStoreRef:
|
|
kind: ClusterSecretStore
|
|
name: onepassword-blumeops
|
|
target:
|
|
name: paperless-secrets
|
|
creationPolicy: Owner
|
|
data:
|
|
- secretKey: db-password
|
|
remoteRef:
|
|
key: "Paperless (blumeops)"
|
|
property: postgresql-password
|
|
- secretKey: secret-key
|
|
remoteRef:
|
|
key: "Paperless (blumeops)"
|
|
property: secret-key
|
|
- secretKey: admin-password
|
|
remoteRef:
|
|
key: "Paperless (blumeops)"
|
|
property: admin-password
|
|
- secretKey: socialaccount-providers
|
|
remoteRef:
|
|
key: "Paperless (blumeops)"
|
|
property: socialaccount-providers
|