add paperless deployment

This commit is contained in:
2024-09-30 15:21:24 +02:00
parent 1a8f52cc58
commit b81eee425e
9 changed files with 147 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ resources:
- minecraft/application.yaml
- monitoring/
- ntfy/
- paperless/
- recipes/
- rss/
- whoami/

View File

@@ -0,0 +1,19 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: paperless-application
namespace: argocd
spec:
project: infrastructure
source:
repoURL: ssh://git@git.kluster.moll.re:2222/remoll/k3s-infra.git
targetRevision: main
path: apps/paperless
destination:
server: https://kubernetes.default.svc
namespace: paperless
syncPolicy:
automated:
prune: true
selfHeal: true

View File

@@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- application.yaml