File tree 1 file changed +23
-0
lines changed 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,29 @@ currently require the following versions _or newer_:
53
53
If you're using [ Remote IDEs] ( ../workspaces/editors.md ) , allow pop-ups; Coder
54
54
launches the Remote IDE in a pop-up window.
55
55
56
+ ## Storage
57
+
58
+ Coder requires the use of a [ persistent
59
+ volume] ( https://kubernetes.io/docs/concepts/storage/persistent-volumes/ ) in your
60
+ Kubernetes cluster to store [ workspaces] ( ../workspaces/index.md ) data. More
61
+ specifically, the persistent volume claim (PVC) requires the block storage type
62
+ (the PVC is created when you create the workspace to mount the requested block
63
+ storage).
64
+
65
+ ## Database
66
+
67
+ Coder requires a [ PostgreSQL] ( https://www.postgresql.org ) database to
68
+ store metadata related to your deployment.
69
+
70
+ By default, Coder deploys a TimescaleDB internal to your Kubernetes cluster.
71
+ This is included for evaluation purposes _ only_ , and it is _ not_ backed up. For
72
+ production deployments, we recommend using a PostgreSQL database _ external_ to
73
+ your cluster. You can connect Coder to your external database by [ modifying the
74
+ Helm chart] ( ../guides/admin/helm-charts.md ) with information regarding your
75
+ PostgreSQL instance.
76
+
77
+ Coder requires, at minimum, PostgreSQL 11 with the ` contrib ` package installed.
78
+
56
79
## Network Policies
57
80
58
81
Coder uses
You can’t perform that action at this time.
0 commit comments