This repository has been archived by the owner on Feb 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[stable/nginx-ingress] Add substitution for containerPorts from values (
#17037) * [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> * [stable/nginx-ingress] Bump version to 1.20.0 Signed-off-by: Andrey Izotikov <andrsp@gmail.com>
- Loading branch information
1 parent
977c42f
commit c21cf68
Showing
4 changed files
with
13 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters