Generate Helm chart templates

This commit is contained in:
M. Mert Yildiran
2023-04-12 01:06:39 +03:00
parent 504ecc4f83
commit 3ebf816a68
13 changed files with 139 additions and 53 deletions

View File

@@ -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,