Compare commits
No commits in common. "e918f9f6ed586836870c3146ca461213f5233b13" and "86d21be15f059942bdb939e17c7fc5f076f771d9" have entirely different histories.
e918f9f6ed
...
86d21be15f
@ -18,7 +18,7 @@ spec:
|
|||||||
- 0
|
- 0
|
||||||
containers:
|
containers:
|
||||||
- name: grafana
|
- name: grafana
|
||||||
image: grafana/grafana:11.6.0
|
image: grafana/grafana:10.0.3
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 3000
|
- containerPort: 3000
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
|
@ -18,7 +18,7 @@ spec:
|
|||||||
runAsUser: 1000
|
runAsUser: 1000
|
||||||
containers:
|
containers:
|
||||||
- name: loki
|
- name: loki
|
||||||
image: grafana/loki:3.4.2
|
image: grafana/loki:2.8.2
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 3100
|
- containerPort: 3100
|
||||||
|
@ -3,5 +3,5 @@ kind: Kustomization
|
|||||||
namespace: monitoring
|
namespace: monitoring
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.81.0/bundle.yaml
|
- https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.69.1/bundle.yaml
|
||||||
- servicemonitor.yaml
|
- servicemonitor.yaml
|
||||||
|
@ -6,8 +6,8 @@ metadata:
|
|||||||
data:
|
data:
|
||||||
promtail.yaml: |
|
promtail.yaml: |
|
||||||
limits_config:
|
limits_config:
|
||||||
readline_rate: 500
|
readline_rate: 1000
|
||||||
readline_burst: 1000
|
readline_burst: 2000
|
||||||
readline_rate_enabled: true
|
readline_rate_enabled: true
|
||||||
server:
|
server:
|
||||||
http_listen_port: 9080
|
http_listen_port: 9080
|
||||||
|
Loading…
x
Reference in New Issue
Block a user