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

Is it possible to add a custom nginx.ingress.kubernetes.io/server-snippet using a convox.yml configuration #717

Open
rickyrattlesnake opened this issue Nov 1, 2023 · 2 comments

Comments

@rickyrattlesnake
Copy link

Just looking for help on a feature.

Currently, we're using kubectl to modify the ingress directly to apply a custom annotations

E.g.

  • nginx.ingress.kubernetes.io/proxy-buffer-size
  • nginx.ingress.kubernetes.io/server-snippet annotation.

Is this supported through the convox manifest file?

I can see the template file for the ingress has a generic Annotations list

{{ range $k, $v := .Annotations }}
but couldn't figure out whether this is linked to the manifest.

@rickyrattlesnake rickyrattlesnake changed the title Is it possible to add a custom nginx.ingress.kubernetes.io/server-snippet using convox.yml configuration Is it possible to add a custom nginx.ingress.kubernetes.io/server-snippet using a convox.yml configuration Nov 1, 2023
@rickyrattlesnake
Copy link
Author

Ah looks like they are not configurable -

"Annotations": ans,

Any chance we could get this in as a feature. Happy to help code this up if you have any contributor guides.

@nightfury1204
Copy link
Collaborator

nightfury1204 commented Nov 10, 2023

@rickyrattlesnake thanks for the issue, we will look into this and let you know

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