canonical / nginx-ingress-integrator-operator

nginx-ingress-integrator-operator - charm repository.
Apache License 2.0
1 stars 8 forks source link

Add support for server-snippet and configuration-snippet annotations #165

Open kelkawi-a opened 1 month ago

kelkawi-a commented 1 month ago

Enhancement Proposal

These snippets can be used to further customize the nginx ingress. An example can be found below:

  annotations:
    nginx.ingress.kubernetes.io/configuration-snippet: |
      keepalive_timeout 600s;
    nginx.ingress.kubernetes.io/server-snippet: |
      client_header_timeout 3600s;
      client_body_timeout 3600s;