Simplify mysql for blocky

This commit is contained in:
IamTheFij 2023-03-23 22:09:15 -07:00
parent c9a892e377
commit 46dc44aca4
1 changed files with 2 additions and 2 deletions

View File

@ -102,9 +102,9 @@ redis:
{{ end -}}
{{ $mysql_addr := "" }}
{{ with nomadService 1 (env "NOMAD_ALLOC_ID") "mysql-server" -}}{{ range . -}}
{{ range nomadService 1 (env "NOMAD_ALLOC_ID") "mysql-server" -}}
{{ $mysql_addr = print .Address ":" .Port }}
{{- end }}{{- end }}
{{- end }}
{{ with nomadVar "nomad/jobs/blocky" -}}
queryLog:
type: mysql