1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-04 20:55:19 +02:00

Merge pull request #398 from MaximUltimatum/adding-kustomize-documentation

Adding kustomize documentation
This commit is contained in:
Sean Morley 2024-12-07 16:27:46 -05:00 committed by GitHub
commit 57f3be0938
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 191 additions and 0 deletions

View file

@ -65,6 +65,10 @@ export default defineConfig({
{ text: "Docker 🐋", link: "/docs/install/docker" },
{ text: "Proxmox LXC 🐧", link: "/docs/install/proxmox_lxc" },
{ text: "Synology NAS ☁️", link: "/docs/install/synology_nas" },
{
text: "Kubernetes and Kustomize 🌐",
link: "/docs/install/kustomize",
},
{
text: "With A Reverse Proxy",