Merge pull request #407 from 3dwardch3ng/misc
fix ingress-nginx configMap
This commit is contained in:
@@ -4,13 +4,13 @@ metadata:
|
|||||||
name: tcp-services
|
name: tcp-services
|
||||||
namespace: ingress-nginx
|
namespace: ingress-nginx
|
||||||
data:
|
data:
|
||||||
"53": "flux-system/adguard-home:53"
|
"53": "adguard-home/adguard-home:53"
|
||||||
"853": "flux-system/adguard-home:853"
|
"853": "adguard-home/adguard-home:853"
|
||||||
"5432": "postgresql/postgresql-primary:5432"
|
"5432": "postgresql/postgresql-primary:5432"
|
||||||
"5433": "postgresql/postgresql-replica:5432"
|
"5433": "postgresql/postgresql-replica:5432"
|
||||||
"5443": "flux-system/adguard-home:5443"
|
"5443": "adguard-home/adguard-home:5443"
|
||||||
"6060": "flux-system/adguard-home:6060"
|
"6060": "adguard-home/adguard-home:6060"
|
||||||
"8388": "qbittorrent/qbittorrent-torrent:8388"
|
"8388": "qbittorrent/qbittorrent:8388"
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
@@ -18,9 +18,9 @@ metadata:
|
|||||||
name: udp-services
|
name: udp-services
|
||||||
namespace: ingress-nginx
|
namespace: ingress-nginx
|
||||||
data:
|
data:
|
||||||
"53": "flux-system/adguard-home:53"
|
"53": "adguard-home/adguard-home:53"
|
||||||
"67": "flux-system/adguard-home:67"
|
"67": "adguard-home/adguard-home:67"
|
||||||
"68": "flux-system/adguard-home:68"
|
"68": "adguard-home/adguard-home:68"
|
||||||
"853": "flux-system/adguard-home:853"
|
"853": "adguard-home/adguard-home:853"
|
||||||
"5443": "flux-system/adguard-home:5443"
|
"5443": "adguard-home/adguard-home:5443"
|
||||||
"8388": "qbittorrent/qbittorrent-torrent:8388"
|
"8388": "qbittorrent/qbittorrent:8388"
|
||||||
|
|||||||
Reference in New Issue
Block a user