homelab/archive/2022.07.bxl-k3s-pi/apps/timesheet/config.yaml

9 lines
168 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: timesheet-config
namespace: timesheet
data:
TS_DB_PATH: "/data/timesheet.db"
TS_HOST: "0.0.0.0"
TS_PORT: "8080"