mirror of
https://github.com/wahyd4/home-argocd.git
synced 2026-08-08 21:05:09 +10:00
Add ai folder
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: ai
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
syncPolicy:
|
||||
retry:
|
||||
limit: 1
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
source:
|
||||
repoURL: git@github.com:wahyd4/home-docker.git
|
||||
targetRevision: master
|
||||
path: ai
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: ai
|
||||
Reference in New Issue
Block a user