Skip to content

Commit

Permalink
feat: add startupProbe for component-chart (devspace-sh#1157)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Gentele committed Sep 7, 2020
1 parent f7321f9 commit f95b83f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pkg/devspace/config/versions/latest/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ type ContainerConfig struct {
Resources map[interface{}]interface{} `yaml:"resources,omitempty"`
LivenessProbe map[interface{}]interface{} `yaml:"livenessProbe,omitempty"`
ReadinessProbe map[interface{}]interface{} `yaml:"readinessProbe,omitempty"`
StartupProbe map[interface{}]interface{} `yaml:"startupProbe,omitempty"`
}

// VolumeMountConfig holds the configuration for a specific mount path
Expand Down
2 changes: 1 addition & 1 deletion pkg/devspace/deploy/deployer/helm/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
// DevSpaceChartConfig is the config that holds the devspace chart information
var DevSpaceChartConfig = &latest.ChartConfig{
Name: "component-chart",
Version: "0.4.0",
Version: "0.5.0",
RepoURL: "https://charts.devspace.sh",
}

Expand Down

0 comments on commit f95b83f

Please sign in to comment.