Skip to content
Merged
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
18 changes: 1 addition & 17 deletions getting-started/templates/systemlink-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -517,14 +517,6 @@ assetservicecdc:
##
host: "elasticsearch-release-master-hl.default.svc.cluster.local"

## High Availability configuration
##
highAvailability:
## Enables high availability, which is recommended for production environments.
## To use this feature, your system must be able to access a durable shared storage.
## For example, the shared storage can be S3, Azure Storage, or a ReadWriteMany volume.
enabled: true

## Job configuration.
##
job:
Expand All @@ -539,7 +531,7 @@ assetservicecdc:
index:
## The number of primary shards that SystemLink allocates for the assets elastic index.
## You can only configure this value for the first deployment. Subsequent deployments ignore this variable.
primaryShardsCount: 2
primaryShardsCount: 1

## Configuration for the Grafana dashboard provider.
##
Expand Down Expand Up @@ -1051,14 +1043,6 @@ fileingestioncdc:
## <ATTENTION> The Elasticsearch host depends on the release name. Ensure that you are using the correct host.
host: "elasticsearch-release-master-hl.default.svc.cluster.local"

## High Availability configuration
##
highAvailability:
## Enables high availability, which is recommended for production environments.
## To use this feature, your system must be able to access a durable shared storage.
## For example, the shared storage can be S3, Azure Storage, or a ReadWriteMany volume.
enabled: true

## Job configuration.
##
job:
Expand Down
Loading