First iteration of farmos helm chart.
This commit is contained in:
26
farmos/README.org
Normal file
26
farmos/README.org
Normal file
@ -0,0 +1,26 @@
|
||||
#+TITLE: Farmos farm management
|
||||
#+AUTHOR: James Blair
|
||||
#+EMAIL: mail@jamesblair.net
|
||||
#+DATE: <2025-08-23 Sat>
|
||||
|
||||
[[https://github.com/farmos/farmos][FarmOS]] is a self hosted farm management service.
|
||||
|
||||
I created this simplified helm chart for self-hosting farmos in a container on kubernetes. Complete the steps below to deploy this chart.
|
||||
|
||||
#+NAME: Deploy gitea via helm
|
||||
#+begin_src tmux
|
||||
# Ensure gitea namespace exists
|
||||
sudo kubectl create namespace jamma-farmos
|
||||
|
||||
# Create directories if they don't already exist
|
||||
mkdir --parent "/home/${USER}/Services/farmos"
|
||||
|
||||
# Clone charts repository
|
||||
cd "/home/${USER}/Services/gitea" && git clone https://gitea.jamma.life/jmhbnz/charts.git
|
||||
|
||||
# Ensure the repository is up to date
|
||||
cd charts/farmos && git pull
|
||||
|
||||
# Install the chart
|
||||
helm upgrade --install -n jamma-farmos jamma-farmos .
|
||||
#+end_src
|
||||
Reference in New Issue
Block a user