From d60dc128c47841f7462243ab23dada1f721d43b1 Mon Sep 17 00:00:00 2001 From: Nathan Fisher Date: Mon, 14 Dec 2020 14:55:08 -0500 Subject: [PATCH] Add table outlining Helm key values (#49) --- K8s/helm/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/K8s/helm/README.md b/K8s/helm/README.md index 8bf2de7..5e36064 100644 --- a/K8s/helm/README.md +++ b/K8s/helm/README.md @@ -80,3 +80,16 @@ Openshift is like K8s but not K8s. Set `openshift` to true or things will break. $ helm install robot-shop --set openshift=true helm ``` +### Deployment Parameters + +| Key | Default | Type | Description | +| ---------------- | ------- | ------ | ----------- | +| eum.key | null | string | EUM Access Key | +| eum.url | https://eum-eu-west-1.instana.io | url | EUM endpoint URL | +| image.pullPolicy | IfNotPresent | string | Kubernetes pull policy. One of Always,IfNotPresent, or Never. | +| image.repo | robotshop | string | Base docker repository to pull the images from. | +| image.version | latest | string | Docker tag to pull. | +| nodeport | false | booelan | Whether to expose the services via node port. | +| openshift | false | boolean | If OpenShift additional configuration is applied. | +| payment.gateway | null | string | External URL end-point to simulate partial/3rd party traces. | +| psp.enabled | false | boolean | Enable Pod Security Policy for clusters with a PSP Admission controller |