Compare commits
3 Commits
73b8f18e63
...
036ee7e73a
| Author | SHA1 | Date | |
|---|---|---|---|
| 036ee7e73a | |||
|
ead9ed20e8
|
|||
|
2732a24201
|
@@ -216,7 +216,7 @@ spec:
|
|||||||
serviceAccountName: promtail
|
serviceAccountName: promtail
|
||||||
containers:
|
containers:
|
||||||
- name: promtail
|
- name: promtail
|
||||||
image: "grafana/promtail:2.9.17"
|
image: "grafana/promtail:3.5.8"
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
args:
|
args:
|
||||||
- "-config.file=/etc/promtail/promtail.yaml"
|
- "-config.file=/etc/promtail/promtail.yaml"
|
||||||
|
|||||||
@@ -56,7 +56,9 @@ data:
|
|||||||
general.config.php: |-
|
general.config.php: |-
|
||||||
<?php
|
<?php
|
||||||
$CONFIG = array (
|
$CONFIG = array (
|
||||||
'overwriteprotocol' => 'https'
|
'overwriteprotocol' => 'https',
|
||||||
|
'loglevel' => 1,
|
||||||
|
'log_rotate_size' => 100 * 1024 * 1024
|
||||||
);
|
);
|
||||||
.htaccess: |-
|
.htaccess: |-
|
||||||
# line below if for Apache 2.4
|
# line below if for Apache 2.4
|
||||||
|
|||||||
Reference in New Issue
Block a user