Use primary instead of master
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM danielberteaud/alpine:24.8-1
|
||||
FROM danielberteaud/alpine:24.9-1
|
||||
LABEL maintainer="Daniel Berteaud <dbd@ehtrace.com>"
|
||||
|
||||
ARG MINIFLUX_VERSION=2.2.0
|
||||
|
||||
@@ -117,7 +117,7 @@ job "miniflux" {
|
||||
}
|
||||
|
||||
env {
|
||||
SERVICE_0 = "master.postgres.service.consul"
|
||||
SERVICE_0 = "primary.postgres.service.consul"
|
||||
}
|
||||
|
||||
resources {
|
||||
|
||||
@@ -20,7 +20,7 @@ miniflux:
|
||||
memory: 192
|
||||
|
||||
wait_for:
|
||||
- service: master.postgres[[ .consul.suffix ]]
|
||||
- service: primary.postgres[[ .consul.suffix ]]
|
||||
|
||||
consul:
|
||||
connect:
|
||||
|
||||
Reference in New Issue
Block a user