Merge pull request #10022 from hashicorp/docs-update-ig-example

docs: update ingress gateway runnable demo
This commit is contained in:
Seth Hoenig 2021-02-12 10:26:31 -06:00 committed by GitHub
commit 6cdfd8cc07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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"
}