add argo apps
This commit is contained in:
parent
50c12bcf8f
commit
0303b212e9
2 changed files with 36 additions and 0 deletions
18
argo/datasette-application.yaml
Normal file
18
argo/datasette-application.yaml
Normal 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
|
||||
18
argo/temperature-cronjob-application.yaml
Normal file
18
argo/temperature-cronjob-application.yaml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue