File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ deployment:
42
42
grpc :
43
43
static : 5000
44
44
http :
45
- static : 8080
45
+ static : 8888
46
46
services :
47
47
- name : ${{ env.NOMAD_ENVIRONMENT }}-grid-bot
48
48
port : metrics
@@ -51,12 +51,6 @@ deployment:
51
51
checks :
52
52
- type : http
53
53
path : /metrics
54
- - name : ${{ env.NOMAD_ENVIRONMENT }}-grid-bot-recovery
55
- port : grpc
56
- tags :
57
- - ${{ env.NOMAD_ENVIRONMENT }}
58
- checks :
59
- - type : grpc
60
54
61
55
- name : ${{ env.NOMAD_ENVIRONMENT }}-grid-bot-web
62
56
port : http
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ public class WebSettings : BaseSettingsProvider
21
21
/// <summary>
22
22
/// Gets the bind address for the web server.
23
23
/// </summary>
24
- public string WebServerBindAddress => GetOrDefault ( nameof ( WebServerBindAddress ) , "http://+:8080 " ) ;
24
+ public string WebServerBindAddress => GetOrDefault ( nameof ( WebServerBindAddress ) , "http://+:8888 " ) ;
25
25
26
26
/// <summary>
27
27
/// Determines if the web server is behind a reverse proxy.
You can’t perform that action at this time.
0 commit comments