hello, can anyone tell me how to configure nginx i...
# general
a
hello, can anyone tell me how to configure nginx ingress keepalive timeout?
m
This is a simple search for their helm chart and look over the docs what should be placed in the config map.
p
As an add-on manifest for your cluster :
Copy code
apiVersion: <http://helm.cattle.io/v1|helm.cattle.io/v1>
kind: HelmChartConfig
metadata:
  name: rke2-ingress-nginx
  namespace: kube-system
spec:
  valuesContent: |-
    controller:
      config:
        keepalive_timeout: "10m" #or whatever your target value is