docs: update ingress gateway runnable demo
Using the environment variable stopped working here a while back, should be using the port label. Also upgrade to uuid-api:v5 which supports linux/arm64.
This commit is contained in:
parent
fcc1f4c805
commit
eb8812dc3d
|
@ -287,7 +287,7 @@ job "ingress-demo" {
|
|||
|
||||
service {
|
||||
name = "uuid-api"
|
||||
port = "${NOMAD_PORT_api}"
|
||||
port = "api"
|
||||
|
||||
connect {
|
||||
native = true
|
||||
|
@ -298,7 +298,7 @@ job "ingress-demo" {
|
|||
driver = "docker"
|
||||
|
||||
config {
|
||||
image = "hashicorpnomad/uuid-api:v3"
|
||||
image = "hashicorpnomad/uuid-api:v5"
|
||||
network_mode = "host"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue