Compare commits
4 Commits
86d21be15f
...
e918f9f6ed
Author | SHA1 | Date | |
---|---|---|---|
e918f9f6ed | |||
756b8dcedc | |||
2be4df443e | |||
c740f4fe79 |
@ -18,7 +18,7 @@ spec:
|
||||
- 0
|
||||
containers:
|
||||
- name: grafana
|
||||
image: grafana/grafana:10.0.3
|
||||
image: grafana/grafana:11.6.0
|
||||
ports:
|
||||
- containerPort: 3000
|
||||
readinessProbe:
|
||||
|
@ -18,7 +18,7 @@ spec:
|
||||
runAsUser: 1000
|
||||
containers:
|
||||
- name: loki
|
||||
image: grafana/loki:2.8.2
|
||||
image: grafana/loki:3.4.2
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 3100
|
||||
|
@ -3,5 +3,5 @@ kind: Kustomization
|
||||
namespace: monitoring
|
||||
|
||||
resources:
|
||||
- https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.69.1/bundle.yaml
|
||||
- https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.81.0/bundle.yaml
|
||||
- servicemonitor.yaml
|
||||
|
@ -6,8 +6,8 @@ metadata:
|
||||
data:
|
||||
promtail.yaml: |
|
||||
limits_config:
|
||||
readline_rate: 1000
|
||||
readline_burst: 2000
|
||||
readline_rate: 500
|
||||
readline_burst: 1000
|
||||
readline_rate_enabled: true
|
||||
server:
|
||||
http_listen_port: 9080
|
||||
|
Loading…
x
Reference in New Issue
Block a user