-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(home-assistant): check certificate capabilities
- Loading branch information
Gabor Pichner
committed
Dec 27, 2023
1 parent
b5117ef
commit dd08222
Showing
4 changed files
with
89 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
# home-assistant | ||
|
||
![Version: 0.2.12](https://img.shields.io/badge/Version-0.2.12-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2023.12.4](https://img.shields.io/badge/AppVersion-2023.12.4-informational?style=flat-square) | ||
|
||
A Helm chart for Kubernetes | ||
|
||
## Values | ||
|
||
| Key | Type | Default | Description | | ||
|-----|------|---------|-------------| | ||
| affinity | object | `{}` | | | ||
| autoscaling.enabled | bool | `false` | | | ||
| autoscaling.maxReplicas | int | `100` | | | ||
| autoscaling.minReplicas | int | `1` | | | ||
| autoscaling.targetCPUUtilizationPercentage | int | `80` | | | ||
| certificate.additionalHosts | list | `[]` | | | ||
| certificate.annotations | object | `{}` | | | ||
| certificate.domain | string | `"home.example.com"` | | | ||
| certificate.duration | string | `""` | | | ||
| certificate.enabled | bool | `false` | | | ||
| certificate.issuer.group | string | `""` | | | ||
| certificate.issuer.kind | string | `""` | | | ||
| certificate.issuer.name | string | `""` | | | ||
| certificate.privateKey.algorithm | string | `"RSA"` | | | ||
| certificate.privateKey.encoding | string | `"PKCS1"` | | | ||
| certificate.privateKey.rotationPolicy | string | `"Never"` | | | ||
| certificate.privateKey.size | int | `2048` | | | ||
| certificate.renewBefore | string | `""` | | | ||
| certificate.secretName | string | `"home-assistant-tls"` | | | ||
| certificate.usages | list | `[]` | | | ||
| container.port | int | `8123` | | | ||
| env | list | `[]` | | | ||
| fullnameOverride | string | `""` | | | ||
| homeAssistant.configurations."configuration.yaml" | string | `"default_config:\n\ngroup: !include groups.yaml\nscript: !include scripts.yaml\nscene: !include scenes.yaml\n# automation: !include automations.yaml\n"` | | | ||
| homeAssistant.configurations."groups.yaml" | string | `"# place your groups here\n"` | | | ||
| homeAssistant.configurations."scenes.yaml" | string | `"# place your scenes here\n"` | | | ||
| homeAssistant.configurations."scripts.yaml" | string | `"# place your scripts here\n"` | | | ||
| homeAssistant.secrets | list | `[]` | | | ||
| homeAssistant.timezone | string | `"Europe/Budapest"` | | | ||
| image.pullPolicy | string | `"IfNotPresent"` | | | ||
| image.repository | string | `"homeassistant/home-assistant"` | | | ||
| image.tag | string | `""` | | | ||
| imagePullSecrets | list | `[]` | | | ||
| ingress.annotations | object | `{}` | | | ||
| ingress.className | string | `""` | | | ||
| ingress.enabled | bool | `false` | | | ||
| ingress.hosts[0].host | string | `"chart-example.local"` | | | ||
| ingress.hosts[0].paths[0].path | string | `"/"` | | | ||
| ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | | | ||
| ingress.tls | list | `[]` | | | ||
| nameOverride | string | `""` | | | ||
| nodeSelector | object | `{}` | | | ||
| persistence.accessMode | string | `"ReadWriteOnce"` | | | ||
| persistence.size | string | `"4Gi"` | | | ||
| podAnnotations | object | `{}` | | | ||
| podLabels | object | `{}` | | | ||
| podSecurityContext | object | `{}` | | | ||
| postgresOperator.annotations | object | `{}` | | | ||
| postgresOperator.databaseName | string | `"home-assistant"` | | | ||
| postgresOperator.dropOnDelete | bool | `false` | | | ||
| postgresOperator.enabled | bool | `false` | | | ||
| postgresOperator.masterRole | string | `"home-assistant"` | | | ||
| postgresOperator.privileges | string | `"OWNER"` | | | ||
| postgresOperator.role | string | `"home-assistant"` | | | ||
| postgresOperator.schema | string | `"home-assistant"` | | | ||
| postgresOperator.secretName | string | `"home-assistant-database-credentials"` | | | ||
| replicaCount | int | `1` | | | ||
| resources | object | `{}` | | | ||
| securityContext | object | `{}` | | | ||
| service.port | int | `80` | | | ||
| service.portName | string | `"http"` | | | ||
| service.type | string | `"ClusterIP"` | | | ||
| serviceMonitor.additionalLabels | object | `{}` | | | ||
| serviceMonitor.annotations | object | `{}` | | | ||
| serviceMonitor.enabled | bool | `false` | | | ||
| serviceMonitor.interval | string | `"30s"` | | | ||
| serviceMonitor.metricRelabelings | list | `[]` | | | ||
| serviceMonitor.namespace | string | `""` | | | ||
| serviceMonitor.relabelings | list | `[]` | | | ||
| serviceMonitor.scheme | string | `""` | | | ||
| serviceMonitor.scrapeTimeout | string | `"10s"` | | | ||
| serviceMonitor.selector | object | `{}` | | | ||
| serviceMonitor.tlsConfig | object | `{}` | | | ||
| tolerations | list | `[]` | | | ||
|
||
---------------------------------------------- | ||
Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters