mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-02 03:00:41 +00:00
✨ Generate Helm chart templates
This commit is contained in:
@@ -448,7 +448,7 @@ func (provider *Provider) BuildFrontService(namespace string) *core.Service {
|
||||
{
|
||||
Name: FrontServiceName,
|
||||
TargetPort: intstr.FromInt(80),
|
||||
Port: int32(config.Config.Tap.Proxy.Front.DstPort),
|
||||
Port: 80,
|
||||
},
|
||||
},
|
||||
Type: core.ServiceTypeClusterIP,
|
||||
|
Reference in New Issue
Block a user