manage todos
This commit is contained in:
@@ -37,3 +37,4 @@ resources:
|
||||
- rss/
|
||||
- syncthing/
|
||||
- whoami/
|
||||
- todos/application.yaml
|
||||
|
19
kluster-deployments/todos/application.yaml
Normal file
19
kluster-deployments/todos/application.yaml
Normal 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
|
Reference in New Issue
Block a user