fix ingress-nginx configMap
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user