Skip to content

Latest commit

 

History

History

newrelic-php-daemon

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

newrelic-php-daemon

Version: 0.1.0 Type: application AppVersion: 9.13.0

This chart bootstraps a NewRelic PHP Daemon deployment on a kubernetes cluster using Helm 3 package manager

How to use it

# add emagtechlabs repository
helm repo add emagtechlabs  https://emagtechlabs.github.io/helm-charts/

# install haproxy chart
helm install emagtechlabs/newrelic-php-daemon

Homepage: https://github.com/eMAGTechLabs/helm-charts

Maintainers

Name Email Url
beniamin [email protected]
emagtechlabsadmin [email protected]

Source Code

Values

Key Type Default Description
affinity object {}
autoscaling.enabled bool false
autoscaling.betaApiVersion bool false Set true if you have k8s < 1.19
autoscaling.maxReplicas int 100
autoscaling.minReplicas int 1
autoscaling.targetCPUUtilizationPercentage int 80
fullnameOverride string ""
image.pullPolicy string "IfNotPresent"
image.repository string "newrelic/php-daemon"
image.tag string ""
imagePullSecrets list []
nameOverride string ""
nodeSelector object {}
podAnnotations object {}
podSecurityContext object {}
replicaCount int 1
resources object {}
securityContext object {}
service.port int 31339
service.type string "ClusterIP"
daemonConfig object {} Config params to be saved in newrelic.cfg file
daemonConfig.logfile string "/dev/stdout" Daemon logfile location
serviceAccount.annotations object {}
serviceAccount.create bool true
serviceAccount.name string ""
tolerations list []

Autogenerated from chart metadata using helm-docs v1.4.0