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

Add support for running proxy on hostNetwork #339

Open
paul-bormans opened this issue Dec 21, 2022 · 1 comment
Open

Add support for running proxy on hostNetwork #339

paul-bormans opened this issue Dec 21, 2022 · 1 comment

Comments

@paul-bormans
Copy link

paul-bormans commented Dec 21, 2022

Sometimes you want to expose ingress only to the edge of your Kubernetes cluster and not tie it to an (external) load-balancer. For this it's usefull to support running the proxy Deployment on the hostNetwork.

Add option to the chart values.yaml to set hostNetwork: true

This should render hostNetwork: true on the deployment/pod spec

@paul-bormans paul-bormans changed the title Add support for running ingress-controller on hostNetwork Add support for running proxy on hostNetwork Dec 21, 2022
@wasaga
Copy link
Contributor

wasaga commented Dec 21, 2022

We apologize for the inconvenience, but the Helm chart for this project has become quite large due to the inclusion of many config options related to Kubernetes deployments. As an alternative, we recommend using Kustomize for installation, which allows for greater customization of Deployment manifests. Please see the following link for more information: https://www.pomerium.com/docs/deploying/k8s/install#advanced.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants