Commit 2474c7db authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Fix port-proxy's DNS over host-network issue

Hint: 'dnsPolicy: ClusterFirstWithHostNet'
parent 4ac15003
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -40,6 +40,5 @@ http {
}

stream {
	resolver 10.96.0.10 valid=10s;
	include {{ nginx_directory }}/streams/*.conf;
}