Skip to content

Commit

Permalink
add custom default conainer name (kubeflow#934)
Browse files Browse the repository at this point in the history
  • Loading branch information
Iamlovingit authored Jul 12, 2020
1 parent b629d91 commit 9c8f9b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/apis/serving/v1alpha2/framework_custom.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ func (c *CustomSpec) CreateExplainerContainer(modelName string, parallelism int,
}

func (c *CustomSpec) ApplyDefaults(config *InferenceServicesConfig) {
c.Container.Name = constants.InferenceServiceContainerName
setResourceRequirementDefaults(&c.Container.Resources)
}

Expand Down

0 comments on commit 9c8f9b1

Please sign in to comment.