Skip to content

Latest commit

 

History

History
62 lines (54 loc) · 4.58 KB

File metadata and controls

62 lines (54 loc) · 4.58 KB

pganalyze-collector

Version: 0.56.0 Type: application AppVersion: v0.56.0

pganalyze statistics collector

Homepage: https://pganalyze.com/

Source Code

Values

Key Type Default Description
affinity object {}
configMap.create bool false Specifies whether a config map should be created. The config map can be used to set runtime environment variables
configMap.name string "" The name of the config map to load environment variables from. If not set and create is true, a name is generated using the fullname template
configMap.values object {} Values to initialize the ConfigMap with. Only applicable if create is true
extraEnv object {} Environment variables to be passed to the container Config settings can be defined here, or can be defined via configMap + secret
fullnameOverride string ""
image.pullPolicy string "IfNotPresent" Overrides the image pull policy.
image.repository string "quay.io/pganalyze/collector"
image.tag string "" Overrides the image tag whose default is the chart appVersion.
imagePullSecrets list []
nameOverride string ""
nodeSelector object {}
podAnnotations object {}
podSecurityContext.runAsGroup int 1000
podSecurityContext.runAsNonRoot bool true
podSecurityContext.runAsUser int 1000
podSecurityContext.seccompProfile.type string "RuntimeDefault"
replicaCount int 1
resources.limits.cpu string "1000m"
resources.limits.memory string "1024Mi"
resources.requests.cpu string "1000m"
resources.requests.memory string "1024Mi"
secret.create bool false Specifies whether a secret should be created. The secret can be used to set sensitive runtime environment variables
secret.name string "" The name of the secret to load environment variables from. If not set and create is true, a name is generated using the fullname template
secret.values object {} Values to initialize the Secret with. Only applicable if create is true
securityContext.allowPrivilegeEscalation bool false
securityContext.capabilities.drop[0] string "ALL"
securityContext.readOnlyRootFilesystem bool true
securityContext.runAsGroup int 1000
securityContext.runAsNonRoot bool true
securityContext.runAsUser int 1000
securityContext.seccompProfile.type string "RuntimeDefault"
service.create bool false Specifies whether a service should be created for receiving logs via OpenTelemtry This service is used when Postgres is running within the cluster and Postgres logs are sent out to the collector using log collectors like Fluent Bit
service.name string "pganalyze-collector-otel-service" The name of the service to use. If not set and create is true, a name is generated using the fullname template. This is the name referenced by the log sender like Fluent Bit
service.port int 4318 The port of service. This is the port referenced by the log sender like Fluent Bit
service.targetPort int 4318 The target port of the log OTEL server port. This should match to the port number specified with db_log_otel_server
service.type string "ClusterIP" The type of service to create.
serviceAccount.annotations object {} Annotations to add to the service account
serviceAccount.create bool true Specifies whether a service account should be created
serviceAccount.name string "" The name of the service account to use. If not set and create is true, a name is generated using the fullname template
tolerations list []
volumeMounts list [{"mountPath":"/tmp","name":"scratch","subPath":"tmp"},{"mountPath":"/state","name":"scratch","subPath":"state"},{"mountPath":"/config","name":"scratch","subPath":"config"}] List of volume mounts to attach to the container
volumes list [{"emptyDir":{},"name":"scratch"}] List of volumes to attach to the pod

Autogenerated from chart metadata using helm-docs v1.13.1