Skip to content

Commit

Permalink
deploy: 3f5345e
Browse files Browse the repository at this point in the history
  • Loading branch information
github-merge-queue[bot] committed Jan 10, 2024
1 parent 14e3a28 commit 293ff30
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 2 deletions.
16 changes: 16 additions & 0 deletions advanced_configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,22 @@ <h1 id="image-resources"><a class="header" href="#image-resources">Image Resourc
cpu: &quot;250m&quot;
memory: &quot;1Gi&quot;
</code></pre>
<h1 id="enabling-recon"><a class="header" href="#enabling-recon">Enabling Recon</a></h1>
<p>You can also use Recon for reconciliation by setting 'CERAMIC_ONE_RECON' env variable to true. </p>
<pre><code class="language-yaml"># network configuration
---
apiVersion: &quot;keramik.3box.io/v1alpha1&quot;
kind: Network
metadata:
name: small
spec:
replicas: 2
ceramic:
- ipfs:
rust:
env:
CERAMIC_ONE_RECON: &quot;true&quot;
</code></pre>

</main>

Expand Down
16 changes: 16 additions & 0 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -674,6 +674,22 @@ <h1 id="image-resources"><a class="header" href="#image-resources">Image Resourc
cpu: &quot;250m&quot;
memory: &quot;1Gi&quot;
</code></pre>
<h1 id="enabling-recon"><a class="header" href="#enabling-recon">Enabling Recon</a></h1>
<p>You can also use Recon for reconciliation by setting 'CERAMIC_ONE_RECON' env variable to true. </p>
<pre><code class="language-yaml"># network configuration
---
apiVersion: &quot;keramik.3box.io/v1alpha1&quot;
kind: Network
metadata:
name: small
spec:
replicas: 2
ceramic:
- ipfs:
rust:
env:
CERAMIC_ONE_RECON: &quot;true&quot;
</code></pre>
<div style="break-before: page; page-break-before: always;"></div><h1 id="opentelemetry"><a class="header" href="#opentelemetry">Opentelemetry</a></h1>
<p>To view the metrics and traces port-forward the services:</p>
<pre><code>kubectl port-forward prometheus-0 9090
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit 293ff30

Please sign in to comment.