mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-10 01:19:44 +00:00
victoria-metrics-operator
This commit is contained in:
parent
5cdaba8b8f
commit
3ed286887a
2 changed files with 33 additions and 0 deletions
|
|
@ -32,6 +32,8 @@ Applications & Projects
|
|||
+------------------------------+----------------------------------------------------------------+-------------------------+
|
||||
| Local-Path-Provisioner_ | `Rancher Local-Path`_ | |local-path_status| |
|
||||
+------------------------------+----------------------------------------------------------------+-------------------------+
|
||||
| Victoria-Metrics-Operator_ | `Victoria Metrics Operator`_ | |vm-op_status| |
|
||||
+------------------------------+----------------------------------------------------------------+-------------------------+
|
||||
| `Apps Project`_, **user level applications** |
|
||||
+------------------------------+----------------------------------------------------------------+-------------------------+
|
||||
| Oauth2-proxy_ | `Oauth2 Proxy`_ | |oauth2-proxy_status| |
|
||||
|
|
@ -79,6 +81,10 @@ Applications & Projects
|
|||
.. _Rancher Local-Path: https://github.com/rancher/local-path-provisioner
|
||||
.. |local-path_status| image:: https://argocd.ioot.xyz/api/badge?name=local-path-provisioner&revision=true
|
||||
|
||||
.. _Victoria-Metrics-Operator: https://argocd.ioot.xyz/applications/argocd/victoria-metrics-operator
|
||||
.. _Victoria Metrics Operator: https://github.com/VictoriaMetrics/operator
|
||||
.. |vm-op_status| image:: https://argocd.ioot.xyz/api/badge?name=victoria-metrics-operator&revision=true
|
||||
|
||||
.. _`Apps Project`: https://argocd.ioot.xyz/applications?proj=apps
|
||||
|
||||
.. _Oauth2-proxy: https://argocd.ioot.xyz/applications/argocd/oauth2-proxy
|
||||
|
|
|
|||
|
|
@ -0,0 +1,27 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: victoria-metrics-operator
|
||||
labels:
|
||||
stack: observability
|
||||
spec:
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: victoria-metrics-operator
|
||||
project: system
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
sources:
|
||||
- repoURL: https://github.com/VictoriaMetrics/operator.git
|
||||
targetRevision: v0.38.0
|
||||
path: hack/prom_crd/
|
||||
- repoURL: https://victoriametrics.github.io/helm-charts/
|
||||
chart: victoria-metrics-operator
|
||||
targetRevision: 0.27.0
|
||||
helm:
|
||||
values: |
|
||||
# https://github.com/VictoriaMetrics/helm-charts/tree/master/charts/victoria-metrics-operator#parameters
|
||||
Loading…
Reference in a new issue