1
1
# nginx-s3-gateway
2
2
3
- ![ Version: 0 .0.1 ] ( https://img.shields.io/badge/Version-0 .0.1 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
3
+ ![ Version: 1 .0.0 ] ( https://img.shields.io/badge/Version-1 .0.0 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
4
4
5
5
A Helm chart deploying NGINX S3 Caching Gateway
6
6
@@ -43,9 +43,9 @@ A Helm chart deploying NGINX S3 Caching Gateway
43
43
| containerSecurityContext.capabilities | object | ` {"drop":["ALL"]} ` | Security capabilities for container. |
44
44
| containerSecurityContext.enabled | bool | ` true ` | Enable security context. |
45
45
| containerSecurityContext.readOnlyRootFilesystem | bool | ` true ` | Mounts the container's root filesystem as read-only. |
46
- | containerSecurityContext.runAsGroup | int | ` 1000 ` | Process group id. |
46
+ | containerSecurityContext.runAsGroup | int | ` 101 ` | Process group id. |
47
47
| containerSecurityContext.runAsNonRoot | bool | ` true ` | Run container as a user. |
48
- | containerSecurityContext.runAsUser | int | ` 1000 ` | Process user id. |
48
+ | containerSecurityContext.runAsUser | int | ` 101 ` | Process user id. |
49
49
| containerSecurityContext.seccompProfile.type | string | ` "RuntimeDefault" ` | Disallow custom Seccomp profile by setting it to RuntimeDefault. |
50
50
| extraEnvVars | list | ` [] ` | Array with extra environment variables to add to containers. extraEnvVars: - name: FOO value: "bar" |
51
51
| extraVolumeMounts | list | ` [] ` | Optionally specify an extra list of additional volumeMounts. |
@@ -79,7 +79,7 @@ A Helm chart deploying NGINX S3 Caching Gateway
79
79
| podAnnotations | object | ` {} ` | Pod Annotations. Ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/ |
80
80
| podLabels | object | ` {} ` | Pod Labels. Ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/ |
81
81
| podSecurityContext.enabled | bool | ` true ` | Enable security context. |
82
- | podSecurityContext.fsGroup | int | ` 1000 ` | If specified, all processes of the container are also part of the supplementary group. |
82
+ | podSecurityContext.fsGroup | int | ` 101 ` | If specified, all processes of the container are also part of the supplementary group. |
83
83
| podSecurityContext.fsGroupChangePolicy | string | ` "Always" ` | Change ownership and permission of the volume before being exposed inside a Pod. |
84
84
| readinessProbe.enabled | bool | ` true ` | Enables kubernetes ReadinessProbe. |
85
85
| readinessProbe.failureThreshold | int | ` 10 ` | Number of failed executions until container is terminated. |
@@ -94,8 +94,8 @@ A Helm chart deploying NGINX S3 Caching Gateway
94
94
| resources.requests.memory | string | ` "128Mi" ` | The number of RAM which has to be available on the scheduled node. |
95
95
| service.annotations | object | ` {} ` | Additional custom annotations. |
96
96
| service.enabled | bool | ` true ` | Enable kubernetes service creation. |
97
- | service.ports.gateway.containerPort | int | ` 80 ` | Internal port. |
98
- | service.ports.gateway.port | int | ` 80 ` | Accessible port. |
97
+ | service.ports.gateway.containerPort | int | ` 8080 ` | Internal port. |
98
+ | service.ports.gateway.port | int | ` 8080 ` | Accessible port. |
99
99
| service.ports.gateway.protocol | string | ` "TCP" ` | service protocol. |
100
100
| service.type | string | ` "ClusterIP" ` | Choose the kind of Service, one of "ClusterIP", "NodePort" or "LoadBalancer". |
101
101
| serviceAccount.annotations | object | ` {} ` | Additional custom annotations for the ServiceAccount. |
0 commit comments