This chart bootstraps a NewRelic PHP Daemon deployment on a kubernetes cluster using Helm 3 package manager
# 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
Name | Url | |
---|---|---|
beniamin | [email protected] | |
emagtechlabsadmin | [email protected] |
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