You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
@@ -32,7 +32,7 @@ The following items can be set via `--set` flag during installation or configure
32
32
-**NodePort**: Exposes the service on each Node’s IP at a static port (the NodePort). You’ll be able to contact the NodePort service, from outside the cluster, by requesting `NodeIP:NodePort`.
33
33
-**LoadBalancer**: Exposes the service externally using a cloud provider’s load balancer.
34
34
35
-
#### Configure how to persist data:
35
+
#### Configure how to persist data (TODO):
36
36
37
37
-**Disable**: The data does not survive the termination of a pod.
38
38
-**Persistent Volume Claim(default)**: A default `StorageClass` is needed in the Kubernetes cluster to dynamic provision the volumes. Specify another StorageClass in the `storageClass` or set `existingClaim` if you have already existing persistent volumes to use.
0 commit comments