manage todos

This commit is contained in:
2024-03-24 15:31:59 +01:00
parent 6ceb3816fb
commit 6fe166e60c
7 changed files with 104 additions and 0 deletions

View File

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