Skip to content

Commit

Permalink
refs coder#914: Helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
paolomainardi committed Aug 18, 2019
1 parent 0466284 commit 1546348
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deployment/chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The command removes all the Kubernetes components associated with the chart and
The following table lists the configurable parameters of the nginx-ingress chart and their default values.


The following table lists the configurable parameters of the Drupal chart and their default values.
The following table lists the configurable parameters of the code-server chart and their default values.

| Parameter | Description | Default |
| --------------------------------- | ------------------------------------------ | --------------------------------------------------------- |
Expand All @@ -58,11 +58,11 @@ The following table lists the configurable parameters of the Drupal chart and th
| `service.type` | Kubernetes Service type | `NodePort` |
| `service.port` | Service HTTP port | `8443` |
| `ingress.enabled` | Enable ingress controller resource | `false` |
| `ingress.hosts[0].name` | Hostname to your Drupal installation | `drupal.local` |
| `ingress.hosts[0].name` | Hostname to your code-server installation | `code-server.local` |
| `ingress.hosts[0].path` | Path within the url structure | `/` |
| `ingress.hosts[0].tls` | Utilize TLS backend in ingress | `false` |
| `ingress.hosts[0].certManager` | Add annotations for cert-manager | `false` |
| `ingress.hosts[0].tlsSecret` | TLS Secret (certificates) | `drupal.local-tls-secret` |
| `ingress.hosts[0].tlsSecret` | TLS Secret (certificates) | `code-server.local-tls-secret` |
| `ingress.hosts[0].annotations` | Annotations for this host's ingress record | `[]` |
| `ingress.secrets[0].name` | TLS Secret Name | `nil` |
| `ingress.secrets[0].certificate` | TLS Secret Certificate | `nil` |
Expand All @@ -71,7 +71,7 @@ The following table lists the configurable parameters of the Drupal chart and th
| `persistence.enabled` | Enable persistence using PVC | `true` |
| `persistence.storageClass` | PVC Storage Class for code-server volume | `nil` (uses alpha storage class annotation) |
| `persistence.accessMode` | PVC Access Mode for code-server volume | `ReadWriteOnce` |
| `persistence.drupal.size` | PVC Storage Request for code-server volume | `8Gi`
| `persistence.size` | PVC Storage Request for code-server volume | `8Gi`

Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,

Expand Down

0 comments on commit 1546348

Please sign in to comment.