Skip to content

Commit

Permalink
remove defaults use param files
Browse files Browse the repository at this point in the history
  • Loading branch information
usingtechnology committed Nov 22, 2024
1 parent 1a6ae5c commit 99b1e0f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions openshift/ess.cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,29 +53,23 @@ parameters:
description: Maximum age of any message in the Stream (milliseconds)
displayName: Age of msgs (ms)
required: true
value: "604800000"
- name: MAXBYTES
description: Maximum number of bytes stored in the stream.
displayName: Size of stream (bytes)
required: true
value: "209715200"
- name: MAXMSGS
description: Maximum number of messages stored in the stream.
displayName: Number of msgs in stream
required: true
value: "4000"
- name: MAXMSGSIZE
description: The largest message that will be accepted by the Stream (bytes)
displayName: Max Msg Size (bytes)
required: true
value: "50000"
- name: DUPLICATEWINDOW
description: Duplicate messages window (milliseconds)
displayName: Duplicate window (ms)
required: true
value: "60000"
- name: NUMREPLICAS
description: Number of stream replicas
display: Number of stream replicas
required: true
value: "3"

0 comments on commit 99b1e0f

Please sign in to comment.