Manage stump #429

Merged
remoll merged 3 commits from feature/stump into main 2025-04-26 17:26:43 +00:00
3 changed files with 23 additions and 0 deletions
Showing only changes of commit 4cc23e7acb - Show all commits

View File

@ -41,5 +41,6 @@ resources:
- paperless/ - paperless/
- recipes/ - recipes/
- rss/ - rss/
- stump/
- todos/ - todos/
- whoami/ - 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