mirror of
https://github.com/SamyRai/turash.git
synced 2025-12-26 23:01:33 +00:00
Fix ArgoCD applications for both frontend and backend
This commit is contained in:
parent
c6eba62352
commit
b36a27c9c8
@ -12,12 +12,9 @@ spec:
|
|||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
repoURL: https://github.com/SamyRai/turash.git
|
repoURL: https://github.com/SamyRai/turash.git
|
||||||
targetRevision: master
|
targetRevision: HEAD
|
||||||
path: k8s
|
path: k8s
|
||||||
directory:
|
kustomize: {}
|
||||||
recurse: true
|
|
||||||
include: "*.yaml"
|
|
||||||
exclude: "*.template"
|
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
namespace: turash
|
namespace: turash
|
||||||
|
|||||||
@ -10,13 +10,11 @@ metadata:
|
|||||||
- resources-finalizer.argocd.argoproj.io
|
- resources-finalizer.argocd.argoproj.io
|
||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
sources:
|
source:
|
||||||
- repoURL: https://github.com/SamyRai/turash.git
|
repoURL: https://github.com/SamyRai/turash.git
|
||||||
targetRevision: master
|
targetRevision: HEAD
|
||||||
path: k8s
|
path: k8s
|
||||||
kustomize:
|
kustomize: {}
|
||||||
commonAnnotations:
|
|
||||||
app.kubernetes.io/managed-by: argocd
|
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
namespace: turash
|
namespace: turash
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user