[bitnami/nginx] Define by default a https container port now TLS is enabled (#25091)

This commit is contained in:
Juan Ariza Toledano
2024-04-22 08:46:05 +02:00
committed by GitHub
parent 0ce4fbbc4a
commit 189d9e030e
3 changed files with 3 additions and 3 deletions

View File

@@ -34,4 +34,4 @@ maintainers:
name: nginx
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/nginx
version: 16.0.4
version: 16.0.5

View File

@@ -226,7 +226,7 @@ For annotations, please see [this document](https://github.com/kubernetes/ingres
| `containerSecurityContext.capabilities.drop` | List of capabilities to be dropped | `["ALL"]` |
| `containerSecurityContext.seccompProfile.type` | Set container's Security Context seccomp profile | `RuntimeDefault` |
| `containerPorts.http` | Sets http port inside NGINX container | `8080` |
| `containerPorts.https` | Sets https port inside NGINX container | `""` |
| `containerPorts.https` | Sets https port inside NGINX container | `8443` |
| `extraContainerPorts` | Array of additional container ports for the Nginx container | `[]` |
| `resourcesPreset` | Set container resources according to one common preset (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge). This is ignored if resources is set (resources is recommended for production). | `nano` |
| `resources` | Set container requests and limits for different resources like CPU or memory (essential for production workloads) | `{}` |

View File

@@ -291,7 +291,7 @@ containerSecurityContext:
##
containerPorts:
http: 8080
https: ""
https: 8443
## @param extraContainerPorts Array of additional container ports for the Nginx container
## e.g:
## extraContainerPorts: