Fix ArgoCD applications for both frontend and backend

This commit is contained in:
Damir Mukimov 2025-12-24 19:20:57 +01:00
parent c6eba62352
commit b36a27c9c8
No known key found for this signature in database
GPG Key ID: 42996CC7C73BC750
2 changed files with 7 additions and 12 deletions

View File

@ -12,12 +12,9 @@ spec:
project: default
source:
repoURL: https://github.com/SamyRai/turash.git
targetRevision: master
targetRevision: HEAD
path: k8s
directory:
recurse: true
include: "*.yaml"
exclude: "*.template"
kustomize: {}
destination:
server: https://kubernetes.default.svc
namespace: turash

View File

@ -10,13 +10,11 @@ metadata:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
sources:
- repoURL: https://github.com/SamyRai/turash.git
targetRevision: master
source:
repoURL: https://github.com/SamyRai/turash.git
targetRevision: HEAD
path: k8s
kustomize:
commonAnnotations:
app.kubernetes.io/managed-by: argocd
kustomize: {}
destination:
server: https://kubernetes.default.svc
namespace: turash