Compare commits
4 Commits
86d21be15f
...
e918f9f6ed
Author | SHA1 | Date | |
---|---|---|---|
e918f9f6ed | |||
756b8dcedc | |||
2be4df443e | |||
c740f4fe79 |
@ -18,7 +18,7 @@ spec:
|
|||||||
- 0
|
- 0
|
||||||
containers:
|
containers:
|
||||||
- name: grafana
|
- name: grafana
|
||||||
image: grafana/grafana:10.0.3
|
image: grafana/grafana:11.6.0
|
||||||
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:2.8.2
|
image: grafana/loki:3.4.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.69.1/bundle.yaml
|
- https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.81.0/bundle.yaml
|
||||||
- servicemonitor.yaml
|
- servicemonitor.yaml
|
||||||
|
@ -6,8 +6,8 @@ metadata:
|
|||||||
data:
|
data:
|
||||||
promtail.yaml: |
|
promtail.yaml: |
|
||||||
limits_config:
|
limits_config:
|
||||||
readline_rate: 1000
|
readline_rate: 500
|
||||||
readline_burst: 2000
|
readline_burst: 1000
|
||||||
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