chore(k8s): imagepullpolicy always for homepages
tools column on the forust.xyz landing
This commit is contained in:
@@ -20,6 +20,7 @@
|
|||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
|
<div class="grid-2">
|
||||||
<section id="socials">
|
<section id="socials">
|
||||||
<h2>./socials</h2>
|
<h2>./socials</h2>
|
||||||
<ul class="link-list">
|
<ul class="link-list">
|
||||||
@@ -43,14 +44,6 @@
|
|||||||
<i class="fas fa-envelope"></i>
|
<i class="fas fa-envelope"></i>
|
||||||
<a href="mailto:contact@forust.xyz">mail/contact@forust.xyz</a>
|
<a href="mailto:contact@forust.xyz">mail/contact@forust.xyz</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
|
||||||
<i class="fa fa-pie-chart"></i>
|
|
||||||
<a href="https://forust.xyz/glance">forust/dashboard</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<i class="fa fa-refresh"></i>
|
|
||||||
<a href="https://forust.xyz/convert">forust/converter</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
<li>
|
||||||
<i class="fa-solid fa-key"></i>
|
<i class="fa-solid fa-key"></i>
|
||||||
<a href=".well-known/pgp-key.asc">security/PGP Key</a>
|
<a href=".well-known/pgp-key.asc">security/PGP Key</a>
|
||||||
@@ -61,8 +54,27 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<section id="tools">
|
||||||
|
<h2>./tools</h2>
|
||||||
|
<ul class="link-list">
|
||||||
|
<li>
|
||||||
|
<i class="fa fa-pie-chart"></i>
|
||||||
|
<a href="https://forust.xyz/glance" target="_blank">forust/dashboard</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<i class="fa fa-refresh"></i>
|
||||||
|
<a href="https://forust.xyz/convert" target="_blank">forust/converter</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<i class="fa-solid fa-file-pdf"></i>
|
||||||
|
<a href="https://pdf.forust.xyz" target="_blank">pdf.forust.xyz</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
|
||||||
<section id="stack">
|
<section id="stack">
|
||||||
<h2>./skills_and_tools</h2>
|
<h2>./skills</h2>
|
||||||
<div class="grid-2">
|
<div class="grid-2">
|
||||||
<div>
|
<div>
|
||||||
<div class="skill-item">
|
<div class="skill-item">
|
||||||
@@ -168,6 +180,10 @@
|
|||||||
<a href="https://github.com/unhappychoice/gitlogue" target="_blank">unhappychoice/gitlogue</a>
|
<a href="https://github.com/unhappychoice/gitlogue" target="_blank">unhappychoice/gitlogue</a>
|
||||||
<span class="comment">// nice git log visualizer</span>
|
<span class="comment">// nice git log visualizer</span>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="https://github.com/tstack/lnav" target="_blank">tstack/lnav</a>
|
||||||
|
<span class="comment">// powerful log reader</span>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://github.com/mountain-loop/yaak" target="_blank">mountain-loop/yaak</a>
|
<a href="https://github.com/mountain-loop/yaak" target="_blank">mountain-loop/yaak</a>
|
||||||
<span class="comment">// modern, fancy api client</span>
|
<span class="comment">// modern, fancy api client</span>
|
||||||
|
|||||||
@@ -28,6 +28,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: forust-homepage
|
- name: forust-homepage
|
||||||
image: gcr.forust.xyz/forust/forust-homepage:latest
|
image: gcr.forust.xyz/forust/forust-homepage:latest
|
||||||
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- containerPort: 80
|
||||||
resources:
|
resources:
|
||||||
@@ -68,6 +69,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: xdfnx-homepage
|
- name: xdfnx-homepage
|
||||||
image: gcr.forust.xyz/forust/xdfnx-homepage:latest
|
image: gcr.forust.xyz/forust/xdfnx-homepage:latest
|
||||||
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- containerPort: 80
|
||||||
resources:
|
resources:
|
||||||
|
|||||||
Reference in New Issue
Block a user