Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/int-test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- develop
- main
- feature**
- appframeworksS1-tests-stability-fix
paths-ignore:
- 'docs/**'
- '*.md'
Expand Down
1 change: 1 addition & 0 deletions api/v4/standalone_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ type StandaloneSpec struct {
CommonSplunkSpec `json:",inline"`

// Number of standalone pods
// +kubebuilder:default:=1
Replicas int32 `json:"replicas"`

//Splunk Smartstore configuration. Refer to indexes.conf.spec and server.conf.spec on docs.splunk.com
Expand Down
1 change: 1 addition & 0 deletions config/crd/bases/enterprise.splunk.com_standalones.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6378,6 +6378,7 @@ spec:
type: integer
type: object
replicas:
default: 1
description: Number of standalone pods
format: int32
type: integer
Expand Down
Loading