Skip to content

Commit 1546348

Browse files
committed
refs coder#914: Helm chart
1 parent 0466284 commit 1546348

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

deployment/chart/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The command removes all the Kubernetes components associated with the chart and
4444
The following table lists the configurable parameters of the nginx-ingress chart and their default values.
4545

4646

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

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

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

0 commit comments

Comments
 (0)