hydra-maester

Version: 0.33.0 Type: application AppVersion: v0.0.23

A Helm chart for Kubernetes

Values

KeyTypeDefaultDescription
adminServiceobject{"endpoint":"/admin/clients","name":null,"port":null}Connection data to admin service of Hydra
adminService.endpointstring"/admin/clients"Set the clients endpoint, should be /clients for Hydra 1.x and /admin/clients for Hydra 2.x
adminService.namestringnilService name
adminService.portstringnilService port
affinityobject{}Configure node affinity
deployment.argsobject{"syncPeriod":""}Arguments to be passed to the program
deployment.args.syncPeriodstring""The minimum frequency at which watched resources are reconciled
deployment.automountServiceAccountTokenbooltrueThis applications connects to the k8s API and requires the permissions
deployment.dnsConfigobject{}Configure pod dnsConfig.
deployment.extraAnnotationsobject{}Deployment level extra annotations
deployment.extraLabelsobject{}Deployment level extra labels
deployment.nodeSelectorobject{}Node labels for pod assignment.
deployment.podMetadataobject{"annotations":{},"labels":{}}Specify pod metadata, this metadata is added directly to the pod, and not higher objects
deployment.podMetadata.annotationsobject{}Extra pod level annotations
deployment.podMetadata.labelsobject{}Extra pod level labels
deployment.resourcesobject{}
deployment.securityContextobject{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"privileged":false,"readOnlyRootFilesystem":true,"runAsNonRoot":true,"runAsUser":1000,"seccompProfile":{"type":"RuntimeDefault"}}Default security context
deployment.serviceAccountobject{"annotations":{}}Configure service account
deployment.serviceAccount.annotationsobject{}Annotations to add to the service account
deployment.tolerationslist[]Configure node tolerations.
deployment.topologySpreadConstraintslist[]Configure pod topologySpreadConstraints.
enabledNamespaceslist[]The Controller have CREATE and READ access to all Secrets in the namespaces listed below.
forwardedProtostringnil
image.pullPolicystring"IfNotPresent"Image pull policy
image.repositorystring"oryd/hydra-maester"Ory Hydra-maester image
image.tagstring"v0.0.27"Ory Hydra-maester version
imagePullSecretslist[]Image pull secrets
pdbobject{"enabled":false,"spec":{"minAvailable":1}}PodDistributionBudget configuration
priorityClassNamestring""Pod priority # https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/
replicaCountint1Number of replicas in deployment
singleNamespaceModeboolfalseSingle namespace mode. If enabled the controller will watch for resources only from namespace it is deployed in, ignoring others

Autogenerated from chart metadata using helm-docs v1.11.0