forked from zevenet/kube-nftlb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
43 lines (32 loc) · 911 Bytes
/
.env.example
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
33
34
35
36
37
38
39
40
41
42
43
###############################
# nftlb and kube-nftlb-client #
###############################
NFTLB_KEY=
NFTLB_PROTOCOL=http
NFTLB_HOST=localhost
NFTLB_PORT=5555
# Connection settings (NFTLB_KEY MUST BE SET!)
NFTLB_LOGS_LEVEL=5
NFTLB_LOGS_OUTPUT=1
# Log settings
NFTLB_MASQUERADE_MARK=0x40000000
# Masquerade mark (hex)
CLIENT_CFG_PATH=/var/config-kubernetes/admin.conf
CLIENT_LOGS_LEVEL=1
# Client settings
DOCKER_INTERFACE_BRIDGE=docker0
# DSR mode
###################
# Pod healthiness #
###################
HEALTH_CHECK_TIMEOUT=20
# Every HEALTH_CHECK_TIMEOUT seconds, nftlb and kube-nftlb-client processes are checked;
# if one of them has exited with error, the container stops running
####################
# More information #
####################
# CLIENT_LOGS_LEVEL values:
# -1 -> No log
# 0 -> Standard output
# (default) 1 -> Errors + 0
# 2 -> Detailed + 1