folderstructure

This commit is contained in:
Danijel Simeunovic
2026-02-08 23:48:12 +01:00
parent 0bd3f0cb63
commit 3e9528dd6f
22 changed files with 1 additions and 152 deletions

View File

@@ -1,26 +0,0 @@
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

View File

@@ -1,26 +0,0 @@
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

View File

@@ -1,26 +0,0 @@
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

View File

@@ -1,26 +0,0 @@
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

View File

@@ -1,26 +0,0 @@
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

View File

@@ -1,21 +0,0 @@
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

View File

@@ -9,7 +9,7 @@ spec:
project: default project: default
source: source:
repoURL: https://github.com/snothub/sturdy-adventure.git repoURL: https://github.com/snothub/sturdy-adventure.git
path: argocd path: infra
destination: destination:
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
namespace: infra namespace: infra