Skip to content

Commit

Permalink
feat: run experimental anchoring tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielc committed Oct 8, 2024
1 parent e3a2628 commit ae31766
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion networks/experimental-rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,19 @@ metadata:
spec:
replicas: 2
ceramic:
- image: "ceramicnetwork/composedb:dev"
- env:
CERAMIC_DISABLE_ANCHORING: "true"
image: "ceramicnetwork/composedb:dev"
imagePullPolicy: Always # Ensures the image is always pulled before starting the pod
ipfs:
rust:
env:
CERAMIC_ONE_EXPERIMENTAL_FEATURES: "true"
CERAMIC_ONE_EVENT_VALIDATION: "true"
CERAMIC_ONE_ETHEREUM_RPC_URLS: "http://ganache:8545"
CERAMIC_ONE_REMOTE_ANCHOR_SERVICE_URL: "http://cas:8081"
CERAMIC_ONE_ANCHOR_INTERVAL: 1
CERAMIC_ONE_ANCHOR_POLL_INTERVAL: 5
resourceLimits:
cpu: "4"
memory: "1Gi"
Expand Down

0 comments on commit ae31766

Please sign in to comment.