mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-02 19:15:40 +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:
|
||||
default.conf: |
|
||||
server {
|
||||
listen 80;
|
||||
listen 8080;
|
||||
{{- if .Values.tap.ipv6 }}
|
||||
listen [::]:80;
|
||||
listen [::]:8080;
|
||||
{{- end }}
|
||||
access_log /dev/stdout;
|
||||
error_log /dev/stdout;
|
||||
|
@ -13,7 +13,7 @@ spec:
|
||||
ingress:
|
||||
- ports:
|
||||
- protocol: TCP
|
||||
port: 80
|
||||
port: 8080
|
||||
egress:
|
||||
- {}
|
||||
---
|
||||
@ -32,7 +32,7 @@ spec:
|
||||
ingress:
|
||||
- ports:
|
||||
- protocol: TCP
|
||||
port: 80
|
||||
port: 8080
|
||||
egress:
|
||||
- {}
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user