Skip to content

Commit

Permalink
argocd: add prometheus-operator
Browse files Browse the repository at this point in the history
Signed-off-by: Login Victor <batazor@evrone.com>
  • Loading branch information
batazor committed Sep 15, 2022
1 parent 9b6415c commit 8e60e5e
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 33 deletions.
29 changes: 29 additions & 0 deletions ops/argocd/infrastructure/prometheus-operator/application.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: prometheus-operator
namespace: argocd
spec:
project: shortlink
destination:
name: ''
namespace: prometheus-operator
server: 'https://kubernetes.default.svc'
source:
path: ops/Helm/addons/prometheus-operator
repoURL: 'https://github.com/batazor/shortlink'
targetRevision: HEAD
helm:
releaseName: prometheus-operator
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
retry:
limit: 2
backoff:
duration: 10s
maxDuration: 3m0s
factor: 2
32 changes: 0 additions & 32 deletions ops/gitlab/pipelines/addons/monitoring.yml

This file was deleted.

1 change: 0 additions & 1 deletion ops/gitlab/pipelines/helm_additional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ include:

stages:
- .pre
- monitoring
- gateway
- deploy

0 comments on commit 8e60e5e

Please sign in to comment.