3 Commits

Author SHA1 Message Date
036ee7e73a Update grafana/promtail Docker tag to v3 2025-11-11 03:12:55 +00:00
ead9ed20e8 Bump nextcloud log level to info
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2025-11-10 09:20:36 +00:00
2732a24201 Added log_rotate_size to nextcloud
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2025-11-10 07:38:27 +00:00
2 changed files with 4 additions and 2 deletions

View File

@@ -216,7 +216,7 @@ spec:
serviceAccountName: promtail
containers:
- name: promtail
image: "grafana/promtail:2.9.17"
image: "grafana/promtail:3.5.8"
imagePullPolicy: IfNotPresent
args:
- "-config.file=/etc/promtail/promtail.yaml"

View File

@@ -56,7 +56,9 @@ data:
general.config.php: |-
<?php
$CONFIG = array (
'overwriteprotocol' => 'https'
'overwriteprotocol' => 'https',
'loglevel' => 1,
'log_rotate_size' => 100 * 1024 * 1024
);
.htaccess: |-
# line below if for Apache 2.4