|
| 1 | +# http-webhook |
| 2 | + |
| 3 | +   |
| 4 | + |
| 5 | +A Dummy webserver to echo HTTP requests in log |
| 6 | + |
| 7 | +## Values |
| 8 | + |
| 9 | +| Key | Type | Default | Description | |
| 10 | +|-----|------|---------|-------------| |
| 11 | +| affinity | object | `{}` | | |
| 12 | +| autoscaling.enabled | bool | `false` | | |
| 13 | +| autoscaling.maxReplicas | int | `100` | | |
| 14 | +| autoscaling.minReplicas | int | `1` | | |
| 15 | +| autoscaling.targetCPUUtilizationPercentage | int | `80` | | |
| 16 | +| fullnameOverride | string | `""` | | |
| 17 | +| image.pullPolicy | string | `"IfNotPresent"` | | |
| 18 | +| image.registry | string | `"docker.io"` | | |
| 19 | +| image.repository | string | `"mendhak/http-https-echo"` | | |
| 20 | +| image.tag | string | `"latest"` | | |
| 21 | +| imagePullSecrets | list | `[]` | | |
| 22 | +| ingress.annotations | object | `{}` | | |
| 23 | +| ingress.enabled | bool | `false` | | |
| 24 | +| ingress.hosts[0].host | string | `"chart-example.local"` | | |
| 25 | +| ingress.hosts[0].paths | list | `[]` | | |
| 26 | +| ingress.tls | list | `[]` | | |
| 27 | +| nameOverride | string | `""` | | |
| 28 | +| nodeSelector | object | `{}` | | |
| 29 | +| podAnnotations | object | `{}` | | |
| 30 | +| podSecurityContext | object | `{}` | | |
| 31 | +| replicaCount | int | `1` | | |
| 32 | +| resources | object | `{}` | | |
| 33 | +| securityContext | object | `{}` | | |
| 34 | +| service.port | int | `80` | | |
| 35 | +| service.type | string | `"ClusterIP"` | | |
| 36 | +| serviceAccount.annotations | object | `{}` | | |
| 37 | +| serviceAccount.create | bool | `true` | | |
| 38 | +| serviceAccount.name | string | `""` | | |
| 39 | +| tolerations | list | `[]` | | |
0 commit comments