fix: Change use of 1337 to 13337 in example templates (#4386)

This commit is contained in:
Mathias Fredriksson 2022-10-06 16:25:18 +03:00 committed by GitHub
parent 1386465631
commit 93b8121c9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 8 additions and 8 deletions

View File

@ -44,7 +44,7 @@ resource "coder_app" "code-server" {
icon = "/icon/code.svg"
healthcheck {
url = "http://localhost:1337/healthz"
url = "http://localhost:13337/healthz"
interval = 3
threshold = 10
}

View File

@ -112,7 +112,7 @@ resource "coder_app" "code-server" {
subdomain = false
healthcheck {
url = "http://localhost:1337/healthz"
url = "http://localhost:13337/healthz"
interval = 3
threshold = 10
}

View File

@ -92,7 +92,7 @@ resource "coder_app" "code-server" {
icon = "/icon/code.svg"
healthcheck {
url = "http://localhost:1337/healthz"
url = "http://localhost:13337/healthz"
interval = 3
threshold = 10
}

View File

@ -49,7 +49,7 @@ resource "coder_app" "fake-app" {
url = "http://localhost:8080"
healthcheck {
url = "http://localhost:1337/healthz"
url = "http://localhost:8080/healthz"
interval = 3
threshold = 10
}

View File

@ -40,7 +40,7 @@ resource "coder_app" "code-server" {
icon = "/icon/code.svg"
healthcheck {
url = "http://localhost:1337/healthz"
url = "http://localhost:13337/healthz"
interval = 3
threshold = 10
}

View File

@ -67,7 +67,7 @@ resource "coder_app" "code-server" {
subdomain = false
healthcheck {
url = "http://localhost:1337/healthz"
url = "http://localhost:13337/healthz"
interval = 3
threshold = 10
}

View File

@ -57,7 +57,7 @@ resource "coder_app" "code-server" {
subdomain = false
healthcheck {
url = "http://localhost:1337/healthz"
url = "http://localhost:13337/healthz"
interval = 3
threshold = 10
}

View File

@ -78,7 +78,7 @@ resource "coder_app" "code-server" {
subdomain = false
healthcheck {
url = "http://localhost:1337/healthz"
url = "http://localhost:13337/healthz"
interval = 3
threshold = 10
}