Skip to content

GlueOps/platform-helm-chart-metacontroller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 

Repository files navigation

metacontroller-helm

Version: 4.11.8 Type: application AppVersion: v4.11.8

Writing kubernetes controllers can be simple

Homepage: https://metacontroller.github.io/metacontroller/

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