-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #36 from alperencelik/upgrade-controller-gen
feat: Bump up the controller-gen version & update CRD metadata
- Loading branch information
Showing
22 changed files
with
461 additions
and
61 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
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,70 @@ | ||
# kubemox | ||
|
||
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.2](https://img.shields.io/badge/AppVersion-0.2-informational?style=flat-square) | ||
|
||
A Helm chart for Kubernetes | ||
|
||
## Maintainers | ||
|
||
| Name | Email | Url | | ||
| ---- | ------ | --- | | ||
| Alp Eren Celik | <[email protected]> | | | ||
|
||
## Values | ||
|
||
| Key | Type | Default | Description | | ||
|-----|------|---------|-------------| | ||
| affinity | object | `{}` | | | ||
| autoscaling.enabled | bool | `false` | | | ||
| autoscaling.maxReplicas | int | `100` | | | ||
| autoscaling.minReplicas | int | `1` | | | ||
| autoscaling.targetCPUUtilizationPercentage | int | `80` | | | ||
| fullnameOverride | string | `""` | | | ||
| image.pullPolicy | string | `"Always"` | Image pull policy for Kubemox | | ||
| image.repository | string | `"alperencelik/kubemox"` | Kubemox image repository | | ||
| image.tag | string | `"latest"` | Kubemox image tag, see https://github.com/alperencelik/kubemox/releases for the tags | | ||
| 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 | `[]` | | | ||
| metrics.serviceMonitor.additionalLabels | object | `{}` | Prometheus ServiceMonitor labels | | ||
| metrics.serviceMonitor.annotations | object | `{}` | Prometheus ServiceMonitor annotations | | ||
| metrics.serviceMonitor.enabled | bool | `false` | Prometheus ServiceMonitor enabled | | ||
| metrics.serviceMonitor.interval | string | `"30s"` | Prometheus ServiceMonitor interval | | ||
| metrics.serviceMonitor.metricRelabelings | list | `[]` | Prometheus [MetricRelabelConfigs] to apply to samples before ingestion | | ||
| metrics.serviceMonitor.namespace | string | `""` | Prometheus ServiceMonitor namespace | | ||
| metrics.serviceMonitor.relabelings | list | `[]` | Prometheus [MetricRelabelConfigs] to apply to samples before ingestion | | ||
| metrics.serviceMonitor.scheme | string | `""` | Prometheus ServiceMonitor scheme | | ||
| metrics.serviceMonitor.selector | object | `{}` | Prometheus ServiceMonitor selector | | ||
| metrics.serviceMonitor.tlsConfig | object | `{}` | Prometheus ServiceMonitor tlsConfig | | ||
| nameOverride | string | `""` | | | ||
| nodeSelector | object | `{}` | | | ||
| podAnnotations | object | `{}` | | | ||
| podSecurityContext | object | `{}` | | | ||
| proxmox.endpoint | string | `"10.0.0.99"` | Proxmox VE endpoint | | ||
| proxmox.insecureSkipTLSVerify | bool | `true` | Proxmox VE skip hostname verification for SSL | | ||
| proxmox.password | string | `"PROXMOX_PASSWORD"` | Proxmox VE password | | ||
| proxmox.secret | string | `""` | Proxmox VE token secret | | ||
| proxmox.tokenID | string | `""` | Proxmox VE token ID | | ||
| proxmox.username | string | `"root@pam"` | Proxmox VE username | | ||
| replicaCount | int | `1` | Define how many replicas of the Kubemox to run | | ||
| resources.limits.cpu | string | `"500m"` | | | ||
| resources.limits.memory | string | `"512Mi"` | | | ||
| resources.requests.cpu | string | `"100m"` | | | ||
| resources.requests.memory | string | `"128Mi"` | | | ||
| securityContext | object | `{}` | | | ||
| service.port | int | `8080` | | | ||
| service.portName | string | `"http"` | | | ||
| service.targetPort | int | `8080` | | | ||
| service.type | string | `"ClusterIP"` | | | ||
| serviceAccount.annotations | object | `{}` | Annotations to add to the service account | | ||
| serviceAccount.create | bool | `true` | Specifies whether a service account should be created | | ||
| serviceAccount.name | string | `""` | If not set and create is true, a name is generated using the fullname template | | ||
| tolerations | list | `[]` | | | ||
|
||
---------------------------------------------- | ||
Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1) |
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
Oops, something went wrong.