Skip to content

coralogix-operator

Version: 0.5.0 Type: application AppVersion: 0.5.0

Coralogix Operator Helm Chart

Homepage: https://github.com/coralogix/coralogix-operator

Maintainers

NameEmailUrl
Coralogixplatform@coralogix.com

Source Code

Requirements

Kubernetes: >=1.16.0-0

Values

KeyTypeDefaultDescription
additionalLabelsobject{}Custom labels to add into metadata
affinityobject{}ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
coralogixOperatorobject{"domain":"","image":{"pullPolicy":"IfNotPresent","repository":"coralogixrepo/coralogix-operator","tag":""},"labelSelector":{},"leaderElection":{"enabled":true},"namespaceSelector":{},"prometheusRules":{"enabled":true},"reconcileIntervalSeconds":{"alert":"","alertScheduler":"","apiKey":"","customRole":"","dashboard":"","dashboardsFolder":"","group":"","integration":"","outboundWebhook":"","prometheusRule":"","recordingRuleGroupSet":"","ruleGroup":"","scope":"","tcoLogsPolicies":"","tcoTracesPolicies":"","view":"","viewFolder":""},"region":"","resources":{},"securityContext":{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"readOnlyRootFilesystem":true}}Coralogix operator container config
coralogixOperator.domainstring""Coralogix Account Domain
coralogixOperator.imageobject{"pullPolicy":"IfNotPresent","repository":"coralogixrepo/coralogix-operator","tag":""}Coralogix operator Image
coralogixOperator.labelSelectorobject{}A selector to filter custom resources (by the custom resources' labels). {} matches all custom resources. Cannot be set to nil.
coralogixOperator.leaderElectionobject{"enabled":true}Enable leader election for controller manager. Enabling this will ensure there is only one active controller manager.
coralogixOperator.namespaceSelectorobject{}A selector to filter namespaces (by the namespace's labels). {} matches all namespaces. Cannot be set to nil.
coralogixOperator.reconcileIntervalSecondsobject{"alert":"","alertScheduler":"","apiKey":"","customRole":"","dashboard":"","dashboardsFolder":"","group":"","integration":"","outboundWebhook":"","prometheusRule":"","recordingRuleGroupSet":"","ruleGroup":"","scope":"","tcoLogsPolicies":"","tcoTracesPolicies":"","view":"","viewFolder":""}The interval in seconds to reconcile each custom resource
coralogixOperator.regionstring""Coralogix Account Region
coralogixOperator.resourcesobject{}resource config for Coralogix operator
coralogixOperator.securityContextobject{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"readOnlyRootFilesystem":true}Security context for Coralogix operator container
deployment.podLabelsobject{}Pod labels for Coralogix operator
deployment.replicasint1How many coralogix-operator pods to run
fullnameOverridestring""Provide a name to substitute for the full names of resources
imagePullSecretslist[]
nameOverridestring""Provide a name in place of coralogix-operator for app: labels
nodeSelectorobject{}ref: https://kubernetes.io/docs/user-guide/node-selection/
podAnnotationsobject{}Annotations to add to the operator pod
secretobject{"annotations":{},"create":true,"data":{"apiKey":""},"labels":{},"secretKeyReference":{}}Configuration for Coralogix operator secret
secret.annotationsobject{}Annotations to add to the Coralogix operator secret
secret.createbooltrueIndicates if the Coralogix operator secret should be created
secret.dataobject{"apiKey":""}Coralogix operator secret data
secret.labelsobject{}Labels to add to the Coralogix operator secret
secret.secretKeyReferenceobject{}secret.data and secret.secretKeyReference should be mutually exclusive.
securityContextobject{"fsGroup":2000,"runAsGroup":2000,"runAsNonRoot":true,"runAsUser":2000,"seccompProfile":{"type":"RuntimeDefault"}}ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
serviceAccountobject{"annotations":{},"create":true,"name":""}ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
serviceAccount.annotationsobject{}Annotations to add to the service account
serviceAccount.createbooltrueSpecifies whether a service account should be created
serviceAccount.namestring""If not set and create is true, a name is generated using the fullname template
serviceMonitorobject{"create":true,"labels":{}}Service monitor for Prometheus to use.
serviceMonitor.createbooltrueSpecifies whether a service monitor should be created.
serviceMonitor.labelsobject{}Additional labels to add for ServiceMonitor
tolerationslist[]ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/