Add helm chart

This commit is contained in:
Jochem
2024-07-03 21:29:02 +02:00
parent b0e7eaa3d1
commit 614feeee46
19 changed files with 1281 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
<?php
{{.Values.librenms.configuration}}

View File

@@ -0,0 +1 @@
APP_KEY={{.Values.librenms.appkey}}

View File

@@ -0,0 +1,7 @@
#!/bin/sh
TARGET="/data/env-volume/env"
echo "Target: $TARGET"
cp /data/files/env $TARGET
echo -e "\nNODE_ID=`hostname`" >> $TARGET
cat $TARGET