Fix frontend port (#1641)

Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com>
This commit is contained in:
Volodymyr Stoiko 2024-11-06 21:09:41 +02:00 committed by GitHub
parent 5f13f7d28d
commit f21f68a7e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,8 +35,8 @@ const (
PprofPortLabel = "pprof-port" PprofPortLabel = "pprof-port"
PprofViewLabel = "pprof-view" PprofViewLabel = "pprof-view"
DebugLabel = "debug" DebugLabel = "debug"
ContainerPort = 80 ContainerPort = 8080
ContainerPortStr = "80" ContainerPortStr = "8080"
PcapDest = "dest" PcapDest = "dest"
PcapMaxSize = "maxSize" PcapMaxSize = "maxSize"
PcapMaxTime = "maxTime" PcapMaxTime = "maxTime"