Skip to content
This repository has been archived by the owner on Nov 12, 2023. It is now read-only.

Latest commit

 

History

History
46 lines (36 loc) · 2.53 KB

README.md

File metadata and controls

46 lines (36 loc) · 2.53 KB

perf-operator

Version: 2.14.0-SNAPSHOT Type: application AppVersion: 2.14.0-SNAPSHOT

A Helm chart for EDP Perf Operator

Homepage: https://epam.github.io/edp-install/

Maintainers

Name Email Url
epmd-edp SupportEPMD-EDP@epam.com https://solutionshub.epam.com/solution/epam-delivery-platform
sergk https://github.com/SergK

Source Code

Values

Key Type Default Description
affinity object {}
annotations object {}
global.edpName string "" namespace or a project name (in case of OpenShift)
global.platform string "openshift" platform type that can be "kubernetes" or "openshift"
image.repository string "epamedp/perf-operator" EDP perf-operator Docker image name. The released image can be found on Dockerhub
image.tag string nil EDP perf-operator Docker image tag. The released image can be found on Dockerhub
imagePullPolicy string "IfNotPresent"
name string "perf-operator" component name
nodeSelector object {}
perf.apiUrl string "https://perf.delivery.example.com" API URL for development
perf.credentialName string "perf-user" Name of a secret with credentials to the PERF server
perf.integration bool false Flag to enable/disable PERF integration (e.g. true/false)
perf.luminate.apiUrl string "https://api.example.luminatesec.com" API URL for development
perf.luminate.credentialName string "luminate-secret" Name of a secret with Luminate credentials
perf.luminate.enabled bool false Flag to enable/disable Luminate integration (e.g. true/false)
perf.name string "perf" PerfServer CR name
perf.projectName string "PROJECT-NAME" Name of a project in PERF
perf.rootUrl string "https://perf.delivery.example.com" URL to PERF project
resources.limits.memory string "192Mi"
resources.requests.cpu string "50m"
resources.requests.memory string "64Mi"
tolerations list []