@@ -44,7 +44,7 @@ The command removes all the Kubernetes components associated with the chart and
44
44
The following table lists the configurable parameters of the nginx-ingress chart and their default values.
45
45
46
46
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.
48
48
49
49
| Parameter | Description | Default |
50
50
| --------------------------------- | ------------------------------------------ | --------------------------------------------------------- |
@@ -58,11 +58,11 @@ The following table lists the configurable parameters of the Drupal chart and th
58
58
| ` service.type ` | Kubernetes Service type | ` NodePort ` |
59
59
| ` service.port ` | Service HTTP port | ` 8443 ` |
60
60
| ` 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` |
62
62
| ` ingress.hosts[0].path ` | Path within the url structure | ` / ` |
63
63
| ` ingress.hosts[0].tls ` | Utilize TLS backend in ingress | ` false ` |
64
64
| ` 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` |
66
66
| ` ingress.hosts[0].annotations ` | Annotations for this host's ingress record | ` [] ` |
67
67
| ` ingress.secrets[0].name ` | TLS Secret Name | ` nil ` |
68
68
| ` 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
71
71
| ` persistence.enabled ` | Enable persistence using PVC | ` true ` |
72
72
| ` persistence.storageClass ` | PVC Storage Class for code-server volume | ` nil ` (uses alpha storage class annotation) |
73
73
| ` 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 `
75
75
76
76
Specify each parameter using the ` --set key=value[,key=value] ` argument to ` helm install ` . For example,
77
77
0 commit comments