add kafka und strimzi app in argocd
This commit is contained in:
18
dev/argocd/kafka.yaml
Normal file
18
dev/argocd/kafka.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: kafka-dev
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: https://gitea.vhn-demo.duckdus.org/hoang/strimzi.git
|
||||
targetRevision: HEAD
|
||||
path: dev/kafka
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: kafka
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: false
|
||||
18
dev/argocd/strimzi-dev.yaml
Normal file
18
dev/argocd/strimzi-dev.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: strimzi-dev
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: https://gitea.vhn-demo.duckdus.org/hoang/strimzi.git
|
||||
targetRevision: HEAD
|
||||
path: dev/platform/strimzi
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: strimzi
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: false
|
||||
Reference in New Issue
Block a user