How to set maxHttpHeaderSize in helm Chart
search cancel

How to set maxHttpHeaderSize in helm Chart

book

Article ID: 380230

calendar_today

Updated On:

Products

CA API Gateway

Issue/Introduction

Looking to add the maxHttpHeaderSize parameter to the port in a container HELM chart deployment?  

 

 

Environment

Gateway 10.x 11.x

Resolution

 

Example of the listening port with a modified maxHttpHeaderSize

 

config:

  listenPorts:

    custom:

      enabled: true

    ports:

      - name: Default HTTPS (9443)

        port: 9443

        enabled: true

        protocol: HTTPS

        managementFeatures:

        - Published service message input

        - Administrative access

        - Browser-based administration

        - Built-in services

        properties: 

         - name: maxHttpHeaderSize

           value: 16000