|
| 1 | +# test-application |
| 2 | + |
| 3 | +   |
| 4 | + |
| 5 | +A Helm chart for Kubernetes |
| 6 | + |
| 7 | +## Requirements |
| 8 | + |
| 9 | +| Repository | Name | Version | |
| 10 | +| ---------- | ---- | ------- | |
| 11 | + |
| 12 | +## Values |
| 13 | + |
| 14 | +| Key | Type | Default | Description | |
| 15 | +| ------------------------------------------ | ------ | --------------------------------------------------------------------------- | ----------- | |
| 16 | +| affinity | object | `{}` | | |
| 17 | +| application.dbConnection | string | `"mysql"` | | |
| 18 | +| application.dbDatabase | string | `"test"` | | |
| 19 | +| application.dbHost | string | `"mysql"` | | |
| 20 | +| application.dbPassword | string | `"test"` | | |
| 21 | +| application.dbPort | int | `3306` | | |
| 22 | +| application.dbUsername | string | `"test"` | | |
| 23 | +| autoscaling.enabled | bool | `false` | | |
| 24 | +| autoscaling.maxReplicas | int | `100` | | |
| 25 | +| autoscaling.minReplicas | int | `1` | | |
| 26 | +| autoscaling.targetCPUUtilizationPercentage | int | `80` | | |
| 27 | +| fullnameOverride | string | `""` | | |
| 28 | +| image.digest | string | `"sha256:da3b65f32ea75f8041079d220b72da4f605738996256a7dc32715424cc117271"` | | |
| 29 | +| image.pullPolicy | string | `"Always"` | | |
| 30 | +| image.registry | string | `"ghcr.io"` | | |
| 31 | +| image.repository | string | `"hoverkraft-tech/ci-github-container/application-test"` | | |
| 32 | +| image.tag | string | `""` | | |
| 33 | +| imagePullSecrets | list | `[]` | | |
| 34 | +| ingress.annotations | object | `{}` | | |
| 35 | +| ingress.className | string | `""` | | |
| 36 | +| ingress.enabled | bool | `false` | | |
| 37 | +| ingress.hosts[0].host | string | `"chart-example.local"` | | |
| 38 | +| ingress.hosts[0].paths[0].path | string | `"/"` | | |
| 39 | +| ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | | |
| 40 | +| ingress.tls | list | `[]` | | |
| 41 | +| mysql.auth.database | string | `"test"` | | |
| 42 | +| mysql.auth.password | string | `"test"` | | |
| 43 | +| mysql.auth.rootPassword | string | `"root"` | | |
| 44 | +| mysql.auth.username | string | `"test"` | | |
| 45 | +| mysql.enabled | bool | `false` | | |
| 46 | +| mysql.fullnameOverride | string | `"mysql"` | | |
| 47 | +| nameOverride | string | `""` | | |
| 48 | +| nodeSelector | object | `{}` | | |
| 49 | +| podAnnotations | object | `{}` | | |
| 50 | +| podSecurityContext | object | `{}` | | |
| 51 | +| replicaCount | int | `1` | | |
| 52 | +| resources.limits.cpu | string | `"100m"` | | |
| 53 | +| resources.limits.memory | string | `"128Mi"` | | |
| 54 | +| resources.requests.cpu | string | `"100m"` | | |
| 55 | +| resources.requests.memory | string | `"128Mi"` | | |
| 56 | +| securityContext.allowPrivilegeEscalation | bool | `false` | | |
| 57 | +| securityContext.capabilities.drop[0] | string | `"ALL"` | | |
| 58 | +| securityContext.readOnlyRootFilesystem | bool | `true` | | |
| 59 | +| securityContext.runAsNonRoot | bool | `true` | | |
| 60 | +| securityContext.runAsUser | int | `10001` | | |
| 61 | +| securityContext.seccompProfile.type | string | `"RuntimeDefault"` | | |
| 62 | +| service.port | int | `8080` | | |
| 63 | +| service.type | string | `"ClusterIP"` | | |
| 64 | +| serviceAccount.annotations | object | `{}` | | |
| 65 | +| serviceAccount.create | bool | `true` | | |
| 66 | +| serviceAccount.name | string | `""` | | |
| 67 | +| tolerations | list | `[]` | | |
| 68 | + |
| 69 | +--- |
| 70 | + |
| 71 | +Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2) |
0 commit comments