Skip to content

Commit

Permalink
chore: template network name
Browse files Browse the repository at this point in the history
  • Loading branch information
3benbox committed Jun 19, 2024
1 parent ccae1fb commit 93f395e
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
33 changes: 33 additions & 0 deletions performance/ceramic-new-streams/network.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
apiVersion: keramik.3box.io/v1alpha1
kind: Network
metadata:
name: ceramic-new-streams
spec:
ceramic:
- env:
CERAMIC_RECON_MODE: "true"
image: ceramicnetwork/js-ceramic:latest
imagePullPolicy: Always
ipfs:
rust:
env:
CERAMIC_ONE_RECON: "true"
resourceLimits:
cpu: "6"
memory: 6Gi
image: public.ecr.aws/r5b3e0r5/3box/ceramic-one:latest
imagePullPolicy: Always
resourceLimits:
cpu: "4"
memory: 8Gi
casApiUrl: https://cas-dev-direct.3boxlabs.com
networkType: dev-unstable
ethRpcUrl: ""

datadog:
enabled: true
profilingEnabled: true
version: "0"
monitoring:
namespaced: true
replicas: 2
11 changes: 11 additions & 0 deletions performance/ceramic-new-streams/simulation.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
apiVersion: "keramik.3box.io/v1alpha1"
kind: Simulation
metadata:
name: ceramic-new-streams
namespace: keramik-ceramic-new-streams
spec:
scenario: ceramic-new-streams
users: 16
runTime: 20
throttleRequests: 100

0 comments on commit 93f395e

Please sign in to comment.