forked from bcgov/common-hosted-form-service
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update values-dev.yaml for deployment to dev namespace with more reso…
…urces Signed-off-by: Jason Sherman <[email protected]>
- Loading branch information
1 parent
f172fe1
commit 3dc692d
Showing
2 changed files
with
38 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
37 changes: 37 additions & 0 deletions
37
event-stream-service/charts/event-stream-service/values-dev.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
nats: | ||
config: | ||
cluster: | ||
replicas: 3 | ||
jetstream: | ||
fileStore: | ||
pvc: | ||
size: 1Gi | ||
websocket: | ||
enabled: true | ||
port: 8888 | ||
container: | ||
merge: | ||
resources: | ||
limits: | ||
cpu: 1 | ||
memory: 1Gi | ||
requests: | ||
cpu: 500m | ||
memory: 500Mi | ||
configMap: | ||
merge: | ||
data: | ||
params.conf: | | ||
max_payload: 10MB | ||
natsBox: | ||
container: | ||
image: | ||
tag: nonroot | ||
merge: | ||
resources: | ||
limits: | ||
cpu: 250m | ||
memory: 128Mi | ||
requests: | ||
cpu: 50m | ||
memory: 64Mi |