Skip to content

Commit

Permalink
deploy: 82e6fe3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-merge-queue[bot] committed Feb 13, 2024
1 parent b9089ca commit d6da5a0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion advanced_configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ <h1 id="image-resources"><a class="header" href="#image-resources">Image Resourc
are running on you may run out of resources. You can check your resource usage with</p>
<pre><code class="language-shell">kubectl describe nodes
</code></pre>
<p>You can also set resources for IPFS within ceramic similarly</p>
<p>You can also set resources for IPFS within ceramic similarly.</p>
<pre><code class="language-yaml"># network configuration
---
apiVersion: &quot;keramik.3box.io/v1alpha1&quot;
Expand All @@ -246,7 +246,9 @@ <h1 id="image-resources"><a class="header" href="#image-resources">Image Resourc
cpu: &quot;4&quot;
memory: &quot;8Gi&quot;
storage: &quot;2Gi&quot;
storageClass: &quot;fastDisk&quot;
</code></pre>
<p>Additionally the storage class can be set. The storage class must be created out of band but can be referenced as above.</p>
<p>Setting resources for CAS is slightly different, using <code>casResourceLimits</code> to set CAS resources</p>
<pre><code class="language-yaml"># network configuration
---
Expand Down
4 changes: 3 additions & 1 deletion print.html
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ <h1 id="image-resources"><a class="header" href="#image-resources">Image Resourc
are running on you may run out of resources. You can check your resource usage with</p>
<pre><code class="language-shell">kubectl describe nodes
</code></pre>
<p>You can also set resources for IPFS within ceramic similarly</p>
<p>You can also set resources for IPFS within ceramic similarly.</p>
<pre><code class="language-yaml"># network configuration
---
apiVersion: &quot;keramik.3box.io/v1alpha1&quot;
Expand All @@ -684,7 +684,9 @@ <h1 id="image-resources"><a class="header" href="#image-resources">Image Resourc
cpu: &quot;4&quot;
memory: &quot;8Gi&quot;
storage: &quot;2Gi&quot;
storageClass: &quot;fastDisk&quot;
</code></pre>
<p>Additionally the storage class can be set. The storage class must be created out of band but can be referenced as above.</p>
<p>Setting resources for CAS is slightly different, using <code>casResourceLimits</code> to set CAS resources</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 d6da5a0

Please sign in to comment.