Skip to content
Open
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
6 changes: 4 additions & 2 deletions charts/telepresence-oss/values.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -482,8 +482,10 @@ properties:
$ref: "#/$defs/probe"

replicaCount:
description: Number or replicas for the traffic-manager. The Traffic Manager only support running with one replica at the moment.
const: 1
description: Number of replicas for the traffic-manager. The Traffic Manager only support running with one replica at the moment. Valid values are 0 (to scale down) or 1.
enum:
- 0
- 1

resources:
description: Define resource requests and limits for the Traffic Manger
Expand Down
1 change: 1 addition & 0 deletions charts/telepresence-oss/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

# The Traffic Manager only support running with one replica at the moment.
# Configuring the replicaCount will be added in future versions of Telepresence
# Set to 0 to scale down the traffic-manager

replicaCount: 1

Expand Down
Loading