|
1 | 1 | # nginx-s3-gateway-chart |
2 | 2 |
|
3 | 3 | This chart deploy Nginx S3 gateway with customizable configuration |
| 4 | + |
| 5 | +## How to add this helm repository |
| 6 | + |
| 7 | +``` sh |
| 8 | +helm repo add olopost https://olopost.github.io/nginx-s3-gateway-chart |
| 9 | +``` |
| 10 | + |
| 11 | +to verify you can type the following command |
| 12 | + |
| 13 | +``` console |
| 14 | +$ helm repo list |
| 15 | + |
| 16 | +NAME URL |
| 17 | +olopost https://olopost.github.io/nginx-s3-gateway-chart |
| 18 | +``` |
| 19 | + |
| 20 | +## To deploy the helm |
| 21 | + |
| 22 | +``` sh |
| 23 | +helm install nginx-s3 olopost/nginx-s3 -f values.yaml |
| 24 | +``` |
| 25 | + |
| 26 | +# nginx-s3 helm chart doc |
| 27 | + |
| 28 | +   |
| 29 | + |
| 30 | +Nginx S3 gateway |
| 31 | + |
| 32 | +## Values |
| 33 | + |
| 34 | +| Key | Type | Default | Description | |
| 35 | +|-----|------|---------|-------------| |
| 36 | +| affinity | object | `{}` | | |
| 37 | +| autoscaling.enabled | bool | `false` | | |
| 38 | +| autoscaling.maxReplicas | int | `100` | | |
| 39 | +| autoscaling.minReplicas | int | `1` | | |
| 40 | +| autoscaling.targetCPUUtilizationPercentage | int | `80` | | |
| 41 | +| fullnameOverride | string | `""` | | |
| 42 | +| image.pullPolicy | string | `"IfNotPresent"` | | |
| 43 | +| image.repository | string | `"ghcr.io/nginxinc/nginx-s3-gateway/nginx-oss-s3-gateway"` | | |
| 44 | +| image.tag | string | `"latest-20221216"` | | |
| 45 | +| imagePullSecrets | list | `[]` | | |
| 46 | +| ingress.annotations | object | `{}` | | |
| 47 | +| ingress.className | string | `""` | | |
| 48 | +| ingress.enabled | bool | `false` | | |
| 49 | +| ingress.hosts[0].host | string | `"chart-example.local"` | | |
| 50 | +| ingress.hosts[0].paths[0].path | string | `"/"` | | |
| 51 | +| ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | | |
| 52 | +| ingress.tls | list | `[]` | | |
| 53 | +| nameOverride | string | `""` | | |
| 54 | +| nginx.s3.accessKey | string | `"access"` | | |
| 55 | +| nginx.s3.allowDirectoryListing | bool | `false` | | |
| 56 | +| nginx.s3.awsSigsVersion | int | `4` | | |
| 57 | +| nginx.s3.bucketName | string | `"name"` | | |
| 58 | +| nginx.s3.debug | bool | `false` | | |
| 59 | +| nginx.s3.provideIndexPage | bool | `false` | | |
| 60 | +| nginx.s3.region | string | `"fra"` | | |
| 61 | +| nginx.s3.secretKey | string | `"secret"` | | |
| 62 | +| nginx.s3.server.host | string | `"localhost"` | | |
| 63 | +| nginx.s3.server.port | int | `443` | | |
| 64 | +| nginx.s3.server.proto | string | `"https"` | | |
| 65 | +| nginx.s3.style | string | `"virtual"` | | |
| 66 | +| nodeSelector | object | `{}` | | |
| 67 | +| podAnnotations | object | `{}` | | |
| 68 | +| podSecurityContext | object | `{}` | | |
| 69 | +| replicaCount | int | `1` | | |
| 70 | +| resources | object | `{}` | | |
| 71 | +| securityContext | object | `{}` | | |
| 72 | +| service.port | int | `80` | | |
| 73 | +| service.type | string | `"ClusterIP"` | | |
| 74 | +| serviceAccount.annotations | object | `{}` | | |
| 75 | +| serviceAccount.create | bool | `true` | | |
| 76 | +| serviceAccount.name | string | `""` | | |
| 77 | +| tolerations | list | `[]` | | |
| 78 | + |
| 79 | +---------------------------------------------- |
| 80 | +Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) |
0 commit comments