feat(nightscout): migrate from bare-metal LXC to k3s

This commit is contained in:
funman300
2026-05-18 13:47:52 -07:00
parent 70ab699c04
commit e4473578dc
11 changed files with 227 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: nightscout-config
namespace: nightscout
data:
DISPLAY_UNITS: "mmol/L"
BASE_URL: "https://ns.aleshym.co"
INSECURE_USE_HTTP: "true"
HOSTNAME: "0.0.0.0"
ENABLE: "careportal basal iob cob bwp cage sage iage bage boluscalc pump openaps loop profile timeago bgnow delta direction upbat errorcodes ar2 rawbg"
AUTH_DEFAULT_ROLES: "careportal"
THEME: "colors"
NODE_ENV: "production"