mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-02-04 04:59:54 +00:00
13 lines
249 B
YAML
13 lines
249 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: wg-easy-config
|
|
namespace: wg-easy
|
|
data:
|
|
LANG: "en"
|
|
WG_HOST: "wireguard.michaelthomson.dev"
|
|
WG_PORT: "30000"
|
|
UI_TRAFFIC_STATS: "true"
|
|
UI_CHART_TYPE: "1"
|
|
ENABLE_PROMETHEUS_METRICS: "true"
|