Update diun to use global defaults

This commit is contained in:
IamTheFij 2023-09-27 21:33:55 -07:00
parent 5fe30d005b
commit f80eccdfa2
1 changed files with 4 additions and 1 deletions

View File

@ -2,13 +2,16 @@ module "diun" {
source = "./service"
name = "diun"
image = "crazymax/diun:4.24"
image = "crazymax/diun:4.26"
args = ["serve", "--log-level=debug"]
env = {
DIUN_DB_PATH = "$${NOMAD_TASK_DIR}/diun.db"
DIUN_WATCH_SCHEDULE = "0 */6 * * *"
DIUN_PROVIDERS_NOMAD_WATCHBYDEFAULT = true
DIUN_DEFAULTS_WATCHREPO = true
DIUN_DEFAULTS_SORTTAGS = "semver"
DIUN_DEFAUTLS_INCLUDETAGS = "^\\d+(\\.\\d+){0,2}$"
# Nomad API
# TODO: Use socket in $NOMAD_SECRETS_DIR/api.sock when we can assign workload ACLs with Terraform to