Skip to content

Commit

Permalink
chore: set default launcher port and protocol (#882)
Browse files Browse the repository at this point in the history
  • Loading branch information
CanmingCobble authored and djanicekpach committed Feb 29, 2024
1 parent 7f5c2ed commit e55ff71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions master/internal/config/dispatcher_resource_manager_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ func (c DispatcherResourceManagerConfig) validateJobProjectSource() []error {
}

var defaultDispatcherResourceManagerConfig = DispatcherResourceManagerConfig{
LauncherPort: 8181,
LauncherProtocol: "http",
TresSupported: true,
GresSupported: true,
LauncherContainerRunType: singularity,
Expand Down

0 comments on commit e55ff71

Please sign in to comment.