https://github.com/glueops/platform-helm-chart-metacontroller
https://github.com/glueops/platform-helm-chart-metacontroller
glueops-platform ignore
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/glueops/platform-helm-chart-metacontroller
- Owner: GlueOps
- Created: 2023-03-31T20:22:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T19:02:18.000Z (almost 2 years ago)
- Last Synced: 2025-03-28T11:44:06.096Z (over 1 year ago)
- Topics: glueops-platform, ignore
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# metacontroller-helm
  
Writing kubernetes controllers can be simple
**Homepage:**
## Source Code
*
## Requirements
Kubernetes: `^1.14.0-0`
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| affinity | object | `{}` | |
| clusterRole.aggregationRule | object | `{}` | |
| clusterRole.rules[0].apiGroups[0] | string | `"*"` | |
| clusterRole.rules[0].resources[0] | string | `"*"` | |
| clusterRole.rules[0].verbs[0] | string | `"*"` | |
| command | string | `"/usr/bin/metacontroller"` | |
| commandArgs[0] | string | `"--zap-log-level=4"` | |
| commandArgs[1] | string | `"--discovery-interval=20s"` | |
| commandArgs[2] | string | `"--cache-flush-interval=30m"` | |
| commandArgs[3] | string | `"--health-probe-bind-address=:8081"` | |
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/metacontroller/metacontroller"` | |
| image.tag | string | `""` | |
| imagePullSecrets | list | `[]` | |
| nameOverride | string | `""` | |
| namespaceOverride | string | `""` | |
| nodeSelector | object | `{}` | |
| podAnnotations | object | `{}` | |
| podDisruptionBudget | object | `{}` | |
| podSecurityContext | object | `{}` | |
| priorityClassName | string | `""` | |
| probes.port | int | `8081` | |
| rbac.create | bool | `true` | |
| replicas | int | `1` | |
| resources | object | `{}` | |
| securityContext | object | `{}` | |
| service.enabled | bool | `false` | |
| service.ports | list | `[]` | |
| serviceAccount.annotations | object | `{}` | |
| serviceAccount.create | bool | `true` | |
| serviceAccount.name | string | `""` | |
| tolerations | list | `[]` | |
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)