File tree 8 files changed +8
-8
lines changed
8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ resource "coder_app" "code-server" {
44
44
icon = " /icon/code.svg"
45
45
46
46
healthcheck {
47
- url = " http://localhost:1337 /healthz"
47
+ url = " http://localhost:13337 /healthz"
48
48
interval = 3
49
49
threshold = 10
50
50
}
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ resource "coder_app" "code-server" {
112
112
subdomain = false
113
113
114
114
healthcheck {
115
- url = " http://localhost:1337 /healthz"
115
+ url = " http://localhost:13337 /healthz"
116
116
interval = 3
117
117
threshold = 10
118
118
}
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ resource "coder_app" "code-server" {
92
92
icon = " /icon/code.svg"
93
93
94
94
healthcheck {
95
- url = " http://localhost:1337 /healthz"
95
+ url = " http://localhost:13337 /healthz"
96
96
interval = 3
97
97
threshold = 10
98
98
}
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ resource "coder_app" "fake-app" {
49
49
url = " http://localhost:8080"
50
50
51
51
healthcheck {
52
- url = " http://localhost:1337 /healthz"
52
+ url = " http://localhost:8080 /healthz"
53
53
interval = 3
54
54
threshold = 10
55
55
}
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ resource "coder_app" "code-server" {
40
40
icon = " /icon/code.svg"
41
41
42
42
healthcheck {
43
- url = " http://localhost:1337 /healthz"
43
+ url = " http://localhost:13337 /healthz"
44
44
interval = 3
45
45
threshold = 10
46
46
}
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ resource "coder_app" "code-server" {
67
67
subdomain = false
68
68
69
69
healthcheck {
70
- url = " http://localhost:1337 /healthz"
70
+ url = " http://localhost:13337 /healthz"
71
71
interval = 3
72
72
threshold = 10
73
73
}
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ resource "coder_app" "code-server" {
57
57
subdomain = false
58
58
59
59
healthcheck {
60
- url = " http://localhost:1337 /healthz"
60
+ url = " http://localhost:13337 /healthz"
61
61
interval = 3
62
62
threshold = 10
63
63
}
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ resource "coder_app" "code-server" {
78
78
subdomain = false
79
79
80
80
healthcheck {
81
- url = " http://localhost:1337 /healthz"
81
+ url = " http://localhost:13337 /healthz"
82
82
interval = 3
83
83
threshold = 10
84
84
}
You can’t perform that action at this time.
0 commit comments