13 lines
281 B
YAML
13 lines
281 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: monitoring-pf-config
|
|
namespace: monitoring-pf
|
|
data:
|
|
WEB_HOST: "0.0.0.0"
|
|
WEB_PORT: "8000"
|
|
PUBLIC_BASE_PATH: "/api/monitoring-pf"
|
|
DATABASE_URL: "sqlite:////data/monitor.db"
|
|
SCRAPE_INTERVAL_HOURS: "4"
|
|
TG_BOT_USERNAME: ""
|