Skip to content

Commit

Permalink
fix(kyak): back to thanos
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Witlin <[email protected]>
  • Loading branch information
coolguy1771 committed Jan 2, 2025
1 parent 73c8644 commit c192555
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 17 deletions.
16 changes: 4 additions & 12 deletions kubernetes/kyak/apps/monitoring/grafana/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
dependsOn:
# - name: authelia
# namespace: auth
- name: mimir
- name: kube-prometheus-stack
namespace: monitoring
- name: loki
namespace: monitoring
Expand All @@ -45,7 +45,7 @@ spec:
GF_DATE_FORMATS_USE_BROWSER_LOCALE: true
GF_EXPLORE_ENABLED: true
GF_FEATURE_TOGGLES_ENABLE: publicDashboards
GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS: natel-discrete-panel,pr0ps-trackmap-panel,panodata-map-panel
GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS: natel-discrete-panel,pr0ps-trackmap-panel,panodata-map-panel,yesoreyeram-infinity-datasource
GF_SECURITY_ANGULAR_SUPPORT_ENABLED: true
GF_SECURITY_COOKIE_SAMESITE: grafana
GF_SERVER_ROOT_URL: https://grafana.${SECRET_PUBLIC_DOMAIN}
Expand Down Expand Up @@ -164,14 +164,6 @@ spec:
editable: true
options:
path: /var/lib/grafana/dashboards/kepler-folder
- name: Mimir
orgId: 1
folder: mimir
type: file
disableDeletion: false
editable: true
options:
path: /var/lib/grafana/dashboards/mimir-folder
datasources:
datasources.yaml:
apiVersion: 1
Expand All @@ -184,9 +176,9 @@ spec:
type: prometheus
uid: prometheus
access: proxy
url: http://mimir-gateway.monitoring.svc:80/prometheus
url: http://thanos-query-frontend.monitoring.svc.cluster.local:10902
jsonData:
prometheusType: Mimir
prometheusType: Thanos
timeInterval: 1m
isDefault: true
- name: Loki
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ spec:
image:
registry: quay.io
repository: prometheus/prometheus
tag: v2.54.0-dedupelabels
thanos:
image: quay.io/thanos/thanos:${THANOS_VERSION}
version: "${THANOS_VERSION#v}"
Expand Down
8 changes: 4 additions & 4 deletions kubernetes/kyak/apps/monitoring/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ resources:
- ./grafana/ks.yaml
- ./grafana-k8s-monitoring/ks.yaml
- ./kromgo/ks.yaml
# - ./kube-prometheus-stack/ks.yaml
- ./kube-prometheus-stack/ks.yaml
- ./loki/ks.yaml
- ./mimir/ks.yaml
# - ./mimir/ks.yaml
- ./nut-exporter/ks.yaml
- ./smartctl-exporter/ks.yaml
- ./snmp-exporter/ks.yaml
- ./tempo/ks.yaml
# - ./thanos/ks.yaml
- ./thanos/ks.yaml
- ./unpoller/ks.yaml
# - ./vector/ks.yaml
- ./vector/ks.yaml

0 comments on commit c192555

Please sign in to comment.