Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

[stable/nginx-ingress] Add substitution for containerPorts from values #17037

Merged
merged 2 commits into from
Sep 10, 2019
Merged

Commits on Sep 10, 2019

  1. [stable/nginx-ingress] Add substitution for containerPorts from values

    Use key-value range from .Values.controller.containerPort definition instead of mapping 1to1 http and https ports.
    
    It allows passing extra configuration to nginx-ingress, such as validation-webhook with its own port, and define this port in values.
    Without this option it’s not possible because of hardcoded http and https ports in deployment/daemonset templates.
    
    Does not break anything.
    
    Signed-off-by: Andrey Izotikov <andrsp@gmail.com>
    andrsp committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    b78d445 View commit details
    Browse the repository at this point in the history
  2. [stable/nginx-ingress] Bump version to 1.20.0

    Signed-off-by: Andrey Izotikov <andrsp@gmail.com>
    andrsp committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    5a6406e View commit details
    Browse the repository at this point in the history