From eb8812dc3d6c9f5f8e6ece2b15e9a829179d522c Mon Sep 17 00:00:00 2001 From: Seth Hoenig Date: Fri, 12 Feb 2021 10:10:16 -0600 Subject: [PATCH] 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. --- website/content/docs/job-specification/gateway.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/docs/job-specification/gateway.mdx b/website/content/docs/job-specification/gateway.mdx index 941b14ad8..876cac38b 100644 --- a/website/content/docs/job-specification/gateway.mdx +++ b/website/content/docs/job-specification/gateway.mdx @@ -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" }