mirror of
https://github.com/bitnami/charts.git
synced 2026-03-05 23:07:04 +08:00
[bitnami/nginx] Define by default a https container port now TLS is enabled (#25091)
This commit is contained in:
committed by
GitHub
parent
0ce4fbbc4a
commit
189d9e030e
@@ -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
|
||||
|
||||
@@ -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) | `{}` |
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user