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 1, 2024
1 parent b77e110 commit 9c2b424
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,13 +6,18 @@ 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_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 9c2b424

Please sign in to comment.