mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-04 20:08:38 +00:00
🐛 Fix front nginx and network policies ports (#1518)
* 🐛 Use `8080` listen port for front nginx config * 🐛 Use `8080` ingress port for front/hub network policies
This commit is contained in:
parent
9914183d7d
commit
e7fc7b791a
@ -9,9 +9,9 @@ metadata:
|
|||||||
data:
|
data:
|
||||||
default.conf: |
|
default.conf: |
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 8080;
|
||||||
{{- if .Values.tap.ipv6 }}
|
{{- if .Values.tap.ipv6 }}
|
||||||
listen [::]:80;
|
listen [::]:8080;
|
||||||
{{- end }}
|
{{- end }}
|
||||||
access_log /dev/stdout;
|
access_log /dev/stdout;
|
||||||
error_log /dev/stdout;
|
error_log /dev/stdout;
|
||||||
|
@ -13,7 +13,7 @@ spec:
|
|||||||
ingress:
|
ingress:
|
||||||
- ports:
|
- ports:
|
||||||
- protocol: TCP
|
- protocol: TCP
|
||||||
port: 80
|
port: 8080
|
||||||
egress:
|
egress:
|
||||||
- {}
|
- {}
|
||||||
---
|
---
|
||||||
@ -32,7 +32,7 @@ spec:
|
|||||||
ingress:
|
ingress:
|
||||||
- ports:
|
- ports:
|
||||||
- protocol: TCP
|
- protocol: TCP
|
||||||
port: 80
|
port: 8080
|
||||||
egress:
|
egress:
|
||||||
- {}
|
- {}
|
||||||
---
|
---
|
||||||
|
Loading…
Reference in New Issue
Block a user