Compare commits

...

2 Commits

Author SHA1 Message Date
4cc23e7acb manage stump through argo 2025-04-26 19:25:41 +02:00
e39863275f allow uploads 2025-04-26 19:24:16 +02:00
4 changed files with 25 additions and 1 deletions

View File

@ -3,5 +3,6 @@ kind: ConfigMap
metadata:
name: stump-config
data:
STUMP_ENABLE_UPLOAD: true
STUMP_CONFIG_DIR: /config
ENABLE_KOREADER_SYNC: "true"
ENABLE_KOREADER_SYNC: "true"

View File

@ -41,5 +41,6 @@ resources:
- paperless/
- recipes/
- rss/
- stump/
- todos/
- whoami/

View File

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

View File

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