From dd9dc374ad7575951543c70ba1b48a8947dcfaa4 Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Mon, 8 Jul 2024 02:47:57 +1000 Subject: [PATCH] fix ingress-nginx configMap --- .../config/ingress-configmap.yaml | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/kubernetes/infrastructure/ingress-nginx/config/ingress-configmap.yaml b/kubernetes/infrastructure/ingress-nginx/config/ingress-configmap.yaml index 2036b88..1f682de 100644 --- a/kubernetes/infrastructure/ingress-nginx/config/ingress-configmap.yaml +++ b/kubernetes/infrastructure/ingress-nginx/config/ingress-configmap.yaml @@ -4,13 +4,13 @@ metadata: name: tcp-services namespace: ingress-nginx data: - "53": "flux-system/adguard-home:53" - "853": "flux-system/adguard-home:853" + "53": "adguard-home/adguard-home:53" + "853": "adguard-home/adguard-home:853" "5432": "postgresql/postgresql-primary:5432" "5433": "postgresql/postgresql-replica:5432" - "5443": "flux-system/adguard-home:5443" - "6060": "flux-system/adguard-home:6060" - "8388": "qbittorrent/qbittorrent-torrent:8388" + "5443": "adguard-home/adguard-home:5443" + "6060": "adguard-home/adguard-home:6060" + "8388": "qbittorrent/qbittorrent:8388" --- apiVersion: v1 kind: ConfigMap @@ -18,9 +18,9 @@ metadata: name: udp-services namespace: ingress-nginx data: - "53": "flux-system/adguard-home:53" - "67": "flux-system/adguard-home:67" - "68": "flux-system/adguard-home:68" - "853": "flux-system/adguard-home:853" - "5443": "flux-system/adguard-home:5443" - "8388": "qbittorrent/qbittorrent-torrent:8388" + "53": "adguard-home/adguard-home:53" + "67": "adguard-home/adguard-home:67" + "68": "adguard-home/adguard-home:68" + "853": "adguard-home/adguard-home:853" + "5443": "adguard-home/adguard-home:5443" + "8388": "qbittorrent/qbittorrent:8388"