Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

To enable TCP traffic how to use tcpConfigMapNamespace #30698

Open
rkydx opened this issue Nov 30, 2024 · 0 comments
Open

To enable TCP traffic how to use tcpConfigMapNamespace #30698

rkydx opened this issue Nov 30, 2024 · 0 comments
Assignees
Labels
tech-issues The user has a technical issue about an application triage Triage is needed

Comments

@rkydx
Copy link

rkydx commented Nov 30, 2024

Name and Version

nginx-ingress-controller, 9.9.3

What architecture are you using?

None

What steps will reproduce the bug?

I raised this issue here as I tried to find the solution from many other platform but no where I got any insights.
I have deployed ingress nginx controller (using bitnami helm chart)
After that I have deployed Squid proxy in the namespace "squidns" to handle raw TCP/UDP traffic (e.g., as a generic TCP proxy). For this I created a ConfigMap in the namespace "nginx-ingress" as below -
apiVersion: v1
kind: ConfigMap
metadata:
name: tcp-services
namespace: nginx-ingress
data:
"3128": "squidns/squid-proxy-service:3128"

Now which parameter to configure in values.yaml of bitnami chart?
Will the below work?
tcpConfigMapNamespace: nginx-ingress/tcp-services

Are you using any custom parameters or values?

No response

What is the expected behavior?

No response

What do you see instead?

No where mention how to use this parameter so at last raising this issue for help.

Additional information

No response

@rkydx rkydx added the tech-issues The user has a technical issue about an application label Nov 30, 2024
@github-actions github-actions bot added the triage Triage is needed label Nov 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tech-issues The user has a technical issue about an application triage Triage is needed
Projects
None yet
Development

No branches or pull requests

2 participants