[ci skip] update wg ui after 1.24.4 upgrade
This commit is contained in:
parent
b17bde2be0
commit
4bdb8d1310
2 changed files with 2 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ resource "kubernetes_deployment" "wireguard" {
|
||||||
name = "prometheus-exporter"
|
name = "prometheus-exporter"
|
||||||
image = "mindflavor/prometheus-wireguard-exporter"
|
image = "mindflavor/prometheus-wireguard-exporter"
|
||||||
image_pull_policy = "IfNotPresent"
|
image_pull_policy = "IfNotPresent"
|
||||||
command = ["prometheus_wireguard_exporter", "-a", "-v", "-n", "/etc/wireguard/wg0.conf"]
|
command = ["prometheus_wireguard_exporter", "-a", "true", "-v", "true", "-n", "/etc/wireguard/wg0.conf"]
|
||||||
volume_mount {
|
volume_mount {
|
||||||
name = "wg0-conf"
|
name = "wg0-conf"
|
||||||
mount_path = "/etc/wireguard/wg0.conf"
|
mount_path = "/etc/wireguard/wg0.conf"
|
||||||
|
|
@ -275,6 +275,7 @@ resource "kubernetes_deployment" "webui" {
|
||||||
"0.0.0.0/0",
|
"0.0.0.0/0",
|
||||||
"--client-ip-range",
|
"--client-ip-range",
|
||||||
"10.3.3.10/24",
|
"10.3.3.10/24",
|
||||||
|
"--no-nat",
|
||||||
]
|
]
|
||||||
port {
|
port {
|
||||||
container_port = 8080
|
container_port = 8080
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue