test apps
This commit is contained in:
26
argo/apps/bff.yaml
Normal file
26
argo/apps/bff.yaml
Normal file
@@ -0,0 +1,26 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: ws-bff
|
||||
namespace: argocd
|
||||
labels:
|
||||
scope: workshop
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: https://github.com/snothub/potential-system
|
||||
path: bff
|
||||
helm:
|
||||
releaseName: bff
|
||||
valueFiles:
|
||||
- values.yaml
|
||||
ignoreMissingValueFiles: true
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: kubews
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
26
argo/apps/distr.yaml
Normal file
26
argo/apps/distr.yaml
Normal file
@@ -0,0 +1,26 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: ws-distr
|
||||
namespace: argocd
|
||||
labels:
|
||||
scope: workshop
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: https://github.com/snothub/potential-system
|
||||
path: distr
|
||||
helm:
|
||||
releaseName: distr
|
||||
valueFiles:
|
||||
- values.yaml
|
||||
ignoreMissingValueFiles: true
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: kubews
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
26
argo/apps/product.yaml
Normal file
26
argo/apps/product.yaml
Normal file
@@ -0,0 +1,26 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: ws-prod
|
||||
namespace: argocd
|
||||
labels:
|
||||
scope: workshop
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: https://github.com/snothub/potential-system
|
||||
path: products
|
||||
helm:
|
||||
releaseName: prod
|
||||
valueFiles:
|
||||
- values.yaml
|
||||
ignoreMissingValueFiles: true
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: kubews
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
26
argo/apps/ui.yaml
Normal file
26
argo/apps/ui.yaml
Normal file
@@ -0,0 +1,26 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: ws-ui
|
||||
namespace: argocd
|
||||
labels:
|
||||
scope: workshop
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: https://github.com/snothub/potential-system
|
||||
path: ui
|
||||
helm:
|
||||
releaseName: ui
|
||||
valueFiles:
|
||||
- values.yaml
|
||||
ignoreMissingValueFiles: true
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: kubews
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
26
argo/apps/vat.yaml
Normal file
26
argo/apps/vat.yaml
Normal file
@@ -0,0 +1,26 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: ws-vat
|
||||
namespace: argocd
|
||||
labels:
|
||||
scope: workshop
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: https://github.com/snothub/potential-system
|
||||
path: vat
|
||||
helm:
|
||||
releaseName: vat
|
||||
valueFiles:
|
||||
- values.yaml
|
||||
ignoreMissingValueFiles: true
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: kubews
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
21
argo/workshop.yaml
Normal file
21
argo/workshop.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: app-of-apps
|
||||
namespace: argocd
|
||||
labels:
|
||||
scope: workshop
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: https://github.com/snothub/psychic-octo-eureka
|
||||
path: argo/apps
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: kubews
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
Reference in New Issue
Block a user