add argo apps

This commit is contained in:
Waylon S. Walker 2024-09-24 21:11:50 -05:00
parent 50c12bcf8f
commit 0303b212e9
2 changed files with 36 additions and 0 deletions

View file

@ -0,0 +1,18 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: datasette
namespace: argocd
spec:
project: default
source:
repoURL: 'https://github.com/WaylonWalker/learn-helm.git'
targetRevision: HEAD
path: datasette
destination:
server: https://kubernetes.default.svc
namespace: default
syncPolicy:
automated:
prune: true
selfHeal: true

View file

@ -0,0 +1,18 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: temperature-cronjob
namespace: argocd
spec:
project: default
source:
repoURL: 'https://github.com/WaylonWalker/learn-helm.git'
targetRevision: HEAD
path: temperature-cronjob
destination:
server: https://kubernetes.default.svc
namespace: default
syncPolicy:
automated:
prune: true
selfHeal: true