-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathkustomization.yaml
41 lines (35 loc) · 979 Bytes
/
kustomization.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Copyright (c) 2017-present SIGHUP s.r.l All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: monitoring
resources:
- ../prometheus-operated
- datasources
- dashboards
- prometheusRules.yaml
- deploy.yaml
configMapGenerator:
- name: mimir-distributed-config
namespace: monitoring
files:
- config/mimir.yaml
patchesStrategicMerge:
- |-
apiVersion: monitoring.coreos.com/v1
kind: Prometheus
metadata:
name: k8s
namespace: monitoring
spec:
remoteWrite:
- url: http://mimir-distributed-gateway/api/v1/push
headers:
"X-Scope-OrgID": "fury"
images:
- name: docker.io/nginxinc/nginx-unprivileged
newName: registry.sighup.io/fury/nginxinc/nginx-unprivileged
- name: grafana/mimir
newName: registry.sighup.io/fury/grafana/mimir