docker-postfix/helm
Bojan Čekrlić 72988ddf47 Fix #158: Add copytruncate to logrotate.conf.
From lograte man pages:

> `copytruncate`: Truncate the original log file to zero size in place after creating a copy, instead of moving the old log file and optionally creating a new one.

Why? Because file might be followed by file descriptior (and not name).
So when logrorate rotates the file, Prometheus will follow the old file
(thus receiving no metrics).

By using `comytruncate` we ensure that the followed file is always the
proper one.
2023-12-29 14:39:21 +01:00
..
mail Fix #158: Add copytruncate to logrotate.conf. 2023-12-29 14:39:21 +01:00
schemas/master-standalone Upd: Add schemas so we can work (a bit more) offline 2023-10-27 18:16:56 +02:00
test_01_default.yml Fix for #83: Add the possibility to mount files from secret 2021-08-22 18:07:45 +02:00
test_02_no_persistence.yml Fix for #83: Add the possibility to mount files from secret 2021-08-22 18:07:45 +02:00
test_03_no_service_account.yml Fix for #83: Add the possibility to mount files from secret 2021-08-22 18:07:45 +02:00
test_04_common_config.yml Fix for #83: Add the possibility to mount files from secret 2021-08-22 18:07:45 +02:00
test_05_secret.yml Fix for #83: Add the possibility to mount files from secret 2021-08-22 18:07:45 +02:00
test_06_existing_claim.yml Fix for #83: Add the possibility to mount files from secret 2021-08-22 18:07:45 +02:00
test_07_certs.yml Fix for #83: Add the possibility to mount files from secret 2021-08-22 18:07:45 +02:00
test_08_extra_containers.yml Fix for #83: Add the possibility to mount files from secret 2021-08-22 18:07:45 +02:00
test_09_service_spec.yml Fix for #83: Add the possibility to mount files from secret 2021-08-22 18:07:45 +02:00
test_10_mount_secret.yml Fix for #83: Add the possibility to mount files from secret 2021-08-22 18:07:45 +02:00
test_11_existing_secret.yml Updated documentation and added test 2021-12-01 10:03:23 +01:00
test_12_container_security_context.yml Fix for #118: Properly indent securityContext 2023-02-09 09:02:28 +01:00
test_13_test_metrics.yml Feat: Create metrics service 2023-09-27 22:55:28 +02:00
test_14_test_dns_policy.yml Fix: Fix DNS examples and tests 2023-10-27 10:53:59 +02:00
tests.sh Fix: Fix How DNS policy and Config is injected into pod 2023-10-27 10:49:00 +02:00