|
| 1 | +# pomerium-verify |
| 2 | + |
| 3 | +   |
| 4 | + |
| 5 | +A basic upstream service against which to test your Pomerium configuration. |
| 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.repository | string | `"pomerium/verify"` | | |
| 19 | +| image.tag | string | `"latest"` | | |
| 20 | +| imagePullSecrets | list | `[]` | | |
| 21 | +| ingress.annotations | object | `{}` | | |
| 22 | +| ingress.className | string | `""` | | |
| 23 | +| ingress.enabled | bool | `true` | | |
| 24 | +| ingress.host | string | `"host.example"` | set this to your public hostname | |
| 25 | +| ingress.tls | list | `[]` | | |
| 26 | +| nameOverride | string | `""` | | |
| 27 | +| nodeSelector | object | `{}` | | |
| 28 | +| podAnnotations | object | `{}` | | |
| 29 | +| podSecurityContext | object | `{}` | | |
| 30 | +| replicaCount | int | `1` | | |
| 31 | +| resources | object | `{}` | | |
| 32 | +| securityContext | object | `{}` | | |
| 33 | +| service.port | int | `80` | | |
| 34 | +| service.type | string | `"ClusterIP"` | | |
| 35 | +| serviceAccount.annotations | object | `{}` | | |
| 36 | +| serviceAccount.create | bool | `true` | | |
| 37 | +| serviceAccount.name | string | `""` | | |
| 38 | +| tolerations | list | `[]` | | |
| 39 | + |
| 40 | +---------------------------------------------- |
| 41 | +Autogenerated from chart metadata using [helm-docs v1.6.0](https://github.com/norwoodj/helm-docs/releases/v1.6.0) |
0 commit comments