Skip to content

Commit

Permalink
argocd: move grafana stack from infrastructure to observability
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Login <batazor@evrone.com>
  • Loading branch information
batazor committed Feb 18, 2023
1 parent c10844f commit 2b2e791
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions ops/Helm/addons/argocd-shortlink/templates/observability.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
apiVersion: argoproj.io/v1alpha1
kind: ApplicationSet
metadata:
name: observability
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
generators:
- list:
elements:
- cluster: in-cluster
url: https://kubernetes.default.svc
template:
metadata:
name: observability
spec:
project: shortlink
source:
repoURL: 'https://github.com/shortlink-org/shortlink'
targetRevision: HEAD
path: ops/argocd/observability
directory:
recurse: true
destination:
name: ''
namespace: argocd
server: 'https://kubernetes.default.svc'
syncPolicy:
automated:
prune: true
allowEmpty: true
selfHeal: false
syncPolicy:
preserveResourcesOnDeletion: false

0 comments on commit 2b2e791

Please sign in to comment.