-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsettings.yaml
More file actions
32 lines (32 loc) · 1.11 KB
/
settings.yaml
File metadata and controls
32 lines (32 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
apiVersion: v1
kind: ConfigMap
metadata:
name: settings-generic
data:
# L2 Announcements have been removed
# now using BGP but i am
# KEEPING THESE COMMENTS FOR FUTURE USE
# production 192.168.130.96/28
# 192.168.130.97 - 192.168.130.110
# CLUSTER_LB_PRODUCTION_RANGE: "192.168.130.96/28"
CLUSTER_LB_INGRESS_EXTERNAL: "192.168.142.1"
CLUSTER_LB_INGRESS_INTERNAL: "192.168.142.2"
CLUSTER_LB_OTEL_SYSLOG_TCP: "192.168.142.3"
CLUSTER_LB_PROMETHEUS: "192.168.142.4"
CLUSTER_LB_MUSIC_SYNC: "192.168.142.5"
CLUSTER_LB_ARK_SERVER: "192.168.142.6"
CLUSTER_LB_MESH_API_MAIN: "192.168.142.7"
CLUSTER_LB_MESH_API_CASA: "192.168.142.8"
CLUSTER_LB_OTEL_SYSLOG_UDP: "192.168.142.9"
CLUSTER_LB_HOME_ASSISTANT: "192.168.142.10"
CLUSTER_LB_MQTT: "192.168.142.11"
CLUSTER_LB_CNPG: "192.168.142.12"
CLUSTER_LB_JAEGER: "192.168.142.13"
CLUSTER_LB_SMALLSTEP: "192.168.142.14"
CLUSTER_LB_NESSUS: "192.168.142.15"
CLUSTER_LB_TEAMSPEAK: "192.168.142.16"
CLUSTER_LB_OLLAMA: "192.168.142.17"
CLUSTER_LB_MEDIAMTX: "192.168.142.18"
CLUSTER_LB_WINDROSE: "192.168.142.19"
LOCAL_TIMEZONE: "America/New_York"