Upgrade diun and simplify config

This commit is contained in:
IamTheFij 2024-11-21 11:12:38 -08:00
parent 78dba74acf
commit 8e3e782c41
3 changed files with 1 additions and 11 deletions

View File

@ -41,12 +41,6 @@ job "exporters" {
task "promtail" {
driver = "docker"
meta = {
"diun.sort_tags" = "semver"
"diun.watch_repo" = true
"diun.include_tags" = "^[0-9]+\\.[0-9]+\\.[0-9]+$"
}
config {
image = "grafana/promtail:3.3.0"
args = ["-config.file=$${NOMAD_TASK_DIR}/promtail.yml"]

View File

@ -26,10 +26,6 @@ job "syslogng" {
task "promtail" {
driver = "docker"
meta = {
"diun.watch_repo" = true
}
config {
image = "grafana/promtail:3.3.0"
ports = ["main", "metrics"]

View File

@ -2,7 +2,7 @@ module "diun" {
source = "./service"
name = "diun"
image = "crazymax/diun:4.27"
image = "crazymax/diun:4.28"
args = ["serve", "--log-level=debug"]
sticky_disk = true