This commit is contained in:
Lihua Tang
2018-02-08 03:18:43 -08:00
committed by k8s-ci-robot
parent a9bd457b4f
commit 46e3957cec
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
description: A Helm chart for Kubernetes
name: webpagetest-server
version: 0.1.1
version: 0.1.2
home: https://www.webpagetest.org/
icon: https://www.webpagetest.org/images/logo_wpt.png
sources:
+2 -2
View File
@@ -51,7 +51,7 @@ The following tables lists the configurable parameters of the WebPageTest chart
| `image` | WebPageTest server image | `webpagetest/server:{VERSION}` |
| `imagePullPolicy` | Image pull policy | `IfNotPresent` |
| `ec2Locations.enabled` | Enables use of EC2 AMI's | `false` |
| `ec2Locations.customUserDataSecret` | Controlls if this chart should use an externally created secret | `false` |
| `ec2Locations.customUserDataSecret` | Controls if this chart should use an externally created secret | `false` |
| `ec2Locations.userData` | Data Structure which is used to generate settings | sample data only |
| `ec2Locations.userData.ec2_key` | EC2 API key with create permissions | `nil` |
| `ec2Locations.userData.ec2_secret` | Secret portion of the above key | `nil` |
@@ -98,7 +98,7 @@ To enable ingress integration, please set `ingress.enabled` to `true`
### Hosts
Most likely you will only want to have one hostname that maps to this
WebPageTest installation for scripts or end users to interact, then a
seperate instance for the AMI's to operate on (see AgentIngress below).
separate instance for the AMI's to operate on (see AgentIngress below).
It is however possible to have more than one host.
To facilitate this, the `ingress.hosts` object is an array.