-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
first draft merge of dev2.3 after reverted PR (#397)
* first draft merge of dev2.3 after reverted PR * missed changes * add mojaloop-observability-overview.drawio * add back rook-ceph exporter * fix: pass app config * Revert "fix: pass app config" This reverts commit 1c8d320. * set reposerver.enable.git.submodule: "false" * set applicationsetcontroller.enable.git.submodule: "false" * remove replace - * fix: whitelist issue when secret contains list * fix: whitelist issue when secret contains list * first draft add vault token pipeline trigger * add default flag * try to remove - removal (#398) * support multiple extra disk volumes * support multiple extra disk volumes * support multiple extra disk attachements * Feat/add vault token trigger (#400) * fix pipeline * remove tr_trigger_enabled var * vautl env token ttl * 32d ttl default * token ttl 14d --------- Co-authored-by: muzammil360 <muzammil360@gmail.com> Co-authored-by: Kalin Krustev <kalin.krustev@gmail.com> Co-authored-by: Josphat Mutai <josphatkmutai@gmail.com> Co-authored-by: Sijo George <87609749+sijo5722-2021@users.noreply.github.com>
- Loading branch information
1 parent
def33fe
commit c12c44b
Showing
158 changed files
with
4,378 additions
and
499 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions
16
gitops/applications/base/base-monitoring/kustomization.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
resources: | ||
- https://raw.githubusercontent.com/grafana/grafana-operator/v${ARGOCD_ENV_grafana_crd_version_tag}/deploy/kustomize/base/crds.yaml | ||
- namespace.yaml | ||
helmCharts: | ||
- name: prometheus-operator-crds | ||
releaseName: prometheus-operator-crds | ||
version: ${ARGOCD_ENV_prometheus_crd_version} | ||
repo: https://prometheus-community.github.io/helm-charts/ | ||
- name: grafana-operator | ||
releaseName: grafana | ||
version: ${ARGOCD_ENV_grafana_operator_version} | ||
repo: https://charts.bitnami.com/bitnami | ||
valuesFile: values-grafana-operator.yaml | ||
namespace: ${ARGOCD_ENV_monitoring_namespace} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
apiVersion: v1 | ||
kind: Namespace | ||
metadata: | ||
name: ${ARGOCD_ENV_monitoring_namespace} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
58 changes: 58 additions & 0 deletions
58
gitops/applications/base/monitoring-post-config/argocd-service-monitors.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
apiVersion: monitoring.coreos.com/v1 | ||
kind: ServiceMonitor | ||
metadata: | ||
name: argocd-metrics | ||
spec: | ||
namespaceSelector: | ||
any: true | ||
selector: | ||
matchLabels: | ||
app.kubernetes.io/name: argocd-metrics | ||
endpoints: | ||
- port: http-metrics | ||
--- | ||
apiVersion: monitoring.coreos.com/v1 | ||
kind: ServiceMonitor | ||
metadata: | ||
name: argocd-server-metrics | ||
spec: | ||
namespaceSelector: | ||
any: true | ||
selector: | ||
matchLabels: | ||
app.kubernetes.io/name: argocd-server-metrics | ||
endpoints: | ||
- port: http-metrics | ||
--- | ||
apiVersion: monitoring.coreos.com/v1 | ||
kind: ServiceMonitor | ||
metadata: | ||
name: argocd-repo-server-metrics | ||
spec: | ||
namespaceSelector: | ||
any: true | ||
selector: | ||
matchLabels: | ||
app.kubernetes.io/name: argocd-repo-server-metrics | ||
endpoints: | ||
- port: http-metrics | ||
--- | ||
# apiVersion: monitoring.coreos.com/v1 | ||
# kind: ServiceMonitor | ||
# metadata: | ||
# name: argocd-metrics-2 | ||
# spec: | ||
# namespaceSelector: | ||
# any: true | ||
# selector: | ||
# matchExpressions: | ||
# - key: app.kubernetes.io/name | ||
# operator: In | ||
# values: | ||
# - argocd-metrics | ||
# - argocd-server-metrics | ||
# - argocd-repo-server-metrics | ||
# endpoints: | ||
# - port: http-metrics | ||
|
||
# https://github.com/adinhodovic/argo-cd-mixin/tree/main/dashboards_out |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
37 changes: 37 additions & 0 deletions
37
gitops/applications/base/monitoring-post-config/dashboards-infra.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
apiVersion: grafana.integreatly.org/v1beta1 | ||
kind: GrafanaFolder | ||
metadata: | ||
name: infra | ||
spec: | ||
instanceSelector: | ||
matchLabels: | ||
dashboards: "grafana" | ||
--- | ||
apiVersion: grafana.integreatly.org/v1beta1 | ||
kind: GrafanaDashboard | ||
metadata: | ||
name: argocd-overview | ||
spec: | ||
folder: infra | ||
datasources: | ||
- inputName: "DS_PROMETHEUS" | ||
datasourceName: "${ARGOCD_ENV_dashboard_datasource_name}" | ||
instanceSelector: | ||
matchLabels: | ||
dashboards: "grafana" | ||
url: "https://raw.githubusercontent.com/argoproj/argo-cd/refs/tags/v2.12.6/examples/dashboard.json" | ||
--- | ||
apiVersion: grafana.integreatly.org/v1beta1 | ||
kind: GrafanaDashboard | ||
metadata: | ||
name: "argocd-operational-overview" | ||
spec: | ||
folder: infra | ||
datasources: | ||
- inputName: "DS_PROMETHEUS" | ||
datasourceName: "${ARGOCD_ENV_dashboard_datasource_name}" | ||
instanceSelector: | ||
matchLabels: | ||
dashboards: "grafana" | ||
url: "https://raw.githubusercontent.com/adinhodovic/argo-cd-mixin/refs/heads/main/dashboards_out/argo-cd-operational-overview.json" | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
gitops/applications/base/monitoring-post-config/rook-ceph-objectstore-exporter.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
apiVersion: ceph.rook.io/v1 | ||
kind: CephObjectStoreUser | ||
metadata: | ||
name: ceph-objectstore-exporter-user | ||
spec: | ||
store: us-east-1 | ||
displayName: ceph-objectstore-exporter-user | ||
capabilities: | ||
bucket: read | ||
metadata: read | ||
usage: read | ||
user: read |
12 changes: 0 additions & 12 deletions
12
gitops/applications/base/monitoring-pre/kustomization.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,4 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
resources: | ||
- https://raw.githubusercontent.com/grafana/grafana-operator/v${ARGOCD_ENV_grafana_crd_version_tag}/deploy/kustomize/base/crds.yaml | ||
- object-storage.yaml | ||
helmCharts: | ||
- name: prometheus-operator-crds | ||
releaseName: prometheus-operator-crds | ||
version: ${ARGOCD_ENV_prometheus_crd_version} | ||
repo: https://prometheus-community.github.io/helm-charts/ | ||
- name: grafana-operator | ||
releaseName: grafana | ||
version: ${ARGOCD_ENV_grafana_operator_version} | ||
repo: https://charts.bitnami.com/bitnami | ||
valuesFile: values-grafana-operator.yaml | ||
namespace: ${ARGOCD_ENV_monitoring_namespace} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.