An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# metacontroller-helm

![Version: 4.11.8](https://img.shields.io/badge/Version-4.11.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v4.11.8](https://img.shields.io/badge/AppVersion-v4.11.8-informational?style=flat-square)

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)