Skip to content

Commit

Permalink
deploy: 97fbdb6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-merge-queue[bot] committed May 1, 2024
1 parent 6669bfc commit faebf7e
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 2 deletions.
15 changes: 15 additions & 0 deletions advanced_configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,21 @@ <h1 id="image-resources"><a class="header" href="#image-resources">Image Resourc
cpu: &quot;250m&quot;
memory: &quot;1Gi&quot;
</code></pre>
<h1 id="cas-api-configuration"><a class="header" href="#cas-api-configuration">CAS API Configuration</a></h1>
<p>The CAS API environment variables can be set or overridden through the network configuration.</p>
<pre><code class="language-yaml"># network configuration
---
apiVersion: &quot;keramik.3box.io/v1alpha1&quot;
kind: Network
metadata:
name: small
spec:
replicas: 0
cas:
api:
env:
APP_PORT: &quot;8080&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
Expand Down
15 changes: 15 additions & 0 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -701,6 +701,21 @@ <h1 id="image-resources"><a class="header" href="#image-resources">Image Resourc
cpu: &quot;250m&quot;
memory: &quot;1Gi&quot;
</code></pre>
<h1 id="cas-api-configuration"><a class="header" href="#cas-api-configuration">CAS API Configuration</a></h1>
<p>The CAS API environment variables can be set or overridden through the network configuration.</p>
<pre><code class="language-yaml"># network configuration
---
apiVersion: &quot;keramik.3box.io/v1alpha1&quot;
kind: Network
metadata:
name: small
spec:
replicas: 0
cas:
api:
env:
APP_PORT: &quot;8080&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
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 faebf7e

Please sign in to comment.