Skip to content

Commit

Permalink
fix: container for service
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Sukhin <[email protected]>
  • Loading branch information
vsukhin committed Dec 17, 2024
1 parent fd2aba9 commit 890bdff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/testworkflows/v1/service_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ type IndependentServiceSpec struct {
// Probe to check if the service has started correctly
ReadinessProbe *corev1.Probe `json:"readinessProbe,omitempty" expr:"force"`

// defaults for the containers of the pod
Container *ContainerConfig `json:"container,omitempty" expr:"include"`

// list of accompanying permanent volume claims
Pvcs map[string]corev1.PersistentVolumeClaimSpec `json:"pvcs,omitempty" expr:"template,include"`
}
Expand Down
5 changes: 5 additions & 0 deletions api/testworkflows/v1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 890bdff

Please sign in to comment.