[ci skip] update wg ui after 1.24.4 upgrade

This commit is contained in:
viktorbarzin 2022-08-30 00:02:50 +01:00
parent b17bde2be0
commit 4bdb8d1310
No known key found for this signature in database
GPG key ID: 0EB088298288D958
2 changed files with 2 additions and 1 deletions

View file

@ -132,7 +132,7 @@ resource "kubernetes_deployment" "wireguard" {
name = "prometheus-exporter"
image = "mindflavor/prometheus-wireguard-exporter"
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 {
name = "wg0-conf"
mount_path = "/etc/wireguard/wg0.conf"
@ -275,6 +275,7 @@ resource "kubernetes_deployment" "webui" {
"0.0.0.0/0",
"--client-ip-range",
"10.3.3.10/24",
"--no-nat",
]
port {
container_port = 8080

Binary file not shown.