Skip to content

Commit

Permalink
front applications
Browse files Browse the repository at this point in the history
  • Loading branch information
dbgjerez committed Nov 8, 2023
1 parent 339e546 commit f6299f6
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gitops/core/applications/front-users-fr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ kind: Application
metadata:
name: front-users-fr
namespace: openshift-gitops
labels:
app: front-users-fr
type: frontend
spec:
destination:
namespace: demo
Expand Down
24 changes: 24 additions & 0 deletions gitops/core/applications/front-users-pt.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: front-users-pt
namespace: openshift-gitops
labels:
app: front-users-pt
type: frontend
spec:
destination:
namespace: demo
server: "https://kubernetes.default.svc"
source:
path: apps/front-users-pt/gitops
repoURL: "https://github.com/dbgjerez/workshop-cdc"
targetRevision: main
helm:
valueFiles:
- 'dev.values.yaml'
project: default
syncPolicy:
automated:
prune: true
selfHeal: false
24 changes: 24 additions & 0 deletions gitops/core/applications/front-users.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: front-users
namespace: openshift-gitops
labels:
app: front-users
type: frontend
spec:
destination:
namespace: demo
server: "https://kubernetes.default.svc"
source:
path: apps/front-users/gitops
repoURL: "https://github.com/dbgjerez/workshop-cdc"
targetRevision: main
helm:
valueFiles:
- 'dev.values.yaml'
project: default
syncPolicy:
automated:
prune: true
selfHeal: false

0 comments on commit f6299f6

Please sign in to comment.