28 lines
916 B
YAML
28 lines
916 B
YAML
|
|
# Paperless-ngx on ringtail k3s.
|
||
|
|
#
|
||
|
|
# Wave-1 indri-k8s decommission. Staging deployment; the minikube
|
||
|
|
# `paperless` app stays in parallel until cutover (drop the minikube
|
||
|
|
# tailscale ingress to free the name, then flip Caddy). See
|
||
|
|
# [[migrate-wave1-ringtail]].
|
||
|
|
#
|
||
|
|
# Prerequisites:
|
||
|
|
# - databases-ringtail blumeops-pg (paperless database + role)
|
||
|
|
# - external-secrets-ringtail (onepassword-blumeops ClusterSecretStore)
|
||
|
|
# - sifaka NFS rule granting ringtail access to /volume1/paperless
|
||
|
|
apiVersion: argoproj.io/v1alpha1
|
||
|
|
kind: Application
|
||
|
|
metadata:
|
||
|
|
name: paperless-ringtail
|
||
|
|
namespace: argocd
|
||
|
|
spec:
|
||
|
|
project: default
|
||
|
|
source:
|
||
|
|
repoURL: ssh://forgejo@forge.ops.eblu.me:2222/eblume/blumeops.git
|
||
|
|
targetRevision: main
|
||
|
|
path: argocd/manifests/paperless-ringtail
|
||
|
|
destination:
|
||
|
|
server: https://ringtail.tail8d86e.ts.net:6443
|
||
|
|
namespace: paperless
|
||
|
|
syncPolicy:
|
||
|
|
syncOptions:
|
||
|
|
- CreateNamespace=true
|