Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcb54986

Browse files
authored
docs: fix bullet points in kubernetes.md (#4445)
1 parent5e594ad commitcb54986

File tree

1 file changed

+36
-36
lines changed

1 file changed

+36
-36
lines changed

‎docs/install/kubernetes.md

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -20,42 +20,42 @@ to log in and manage templates.
2020
1. Create a PostgreSQL deployment. Coder does not manage a database server for
2121
you.
2222

23-
-If you're in a public cloud such as
24-
[Google Cloud](https://cloud.google.com/sql/docs/postgres/),
25-
[AWS](https://aws.amazon.com/rds/postgresql/),
26-
[Azure](https://docs.microsoft.com/en-us/azure/postgresql/), or
27-
[DigitalOcean](https://www.digitalocean.com/products/managed-databases-postgresql),
28-
you can use the managed PostgreSQL offerings they provide. Make sure that
29-
the PostgreSQL service is running and accessible from your cluster. It
30-
should be in the same network, same project, etc.
31-
32-
-You can install Postgres manually on your cluster using the
33-
[Bitnami PostgreSQL Helm chart](https://github.com/bitnami/charts/tree/master/bitnami/postgresql#readme). There are some
34-
[helpful guides](https://phoenixnap.com/kb/postgresql-kubernetes) on the
35-
internet that explain sensible configurations for this chart. Example:
36-
37-
```sh
38-
# Install PostgreSQL
39-
helm repo add bitnami https://charts.bitnami.com/bitnami
40-
helm install coder-db bitnami/postgresql \
41-
--namespace coder \
42-
--set auth.username=coder \
43-
--set auth.password=coder \
44-
--set auth.database=coder \
45-
--set persistence.size=10Gi
46-
```
47-
48-
The cluster-internal DB URLfor the above database is:
49-
50-
```
51-
postgres://coder:coder@postgres-postgresql.coder.svc.cluster.local:5432/coder?sslmode=disable
52-
```
53-
54-
> Ensure youset up periodic backups so you don't lose data.
55-
56-
-You can use
57-
[Postgres operator](https://github.com/zalando/postgres-operator) to
58-
manage PostgreSQL deployments on your Kubernetes cluster.
23+
If you're in a public cloud such as
24+
[Google Cloud](https://cloud.google.com/sql/docs/postgres/),
25+
[AWS](https://aws.amazon.com/rds/postgresql/),
26+
[Azure](https://docs.microsoft.com/en-us/azure/postgresql/), or
27+
[DigitalOcean](https://www.digitalocean.com/products/managed-databases-postgresql),
28+
you can use the managed PostgreSQL offerings they provide. Make sure that
29+
the PostgreSQL service is running and accessible from your cluster. It
30+
should be in the same network, same project, etc.
31+
32+
You can install Postgres manually on your cluster using the
33+
[Bitnami PostgreSQL Helm chart](https://github.com/bitnami/charts/tree/master/bitnami/postgresql#readme). There are some
34+
[helpful guides](https://phoenixnap.com/kb/postgresql-kubernetes) on the
35+
internet that explain sensible configurations for this chart. Example:
36+
37+
```sh
38+
# Install PostgreSQL
39+
helm repo add bitnami https://charts.bitnami.com/bitnami
40+
helm install coder-db bitnami/postgresql \
41+
--namespace coder \
42+
--set auth.username=coder \
43+
--set auth.password=coder \
44+
--set auth.database=coder \
45+
--set persistence.size=10Gi
46+
```
47+
48+
The cluster-internal DB URL for the above database is:
49+
50+
```
51+
postgres://coder:coder@postgres-postgresql.coder.svc.cluster.local:5432/coder?sslmode=disable
52+
```
53+
54+
>Ensure you set up periodic backups so you don't lose data.
55+
56+
You can use
57+
[Postgres operator](https://github.com/zalando/postgres-operator) to
58+
manage PostgreSQL deployments on your Kubernetes cluster.
5959

6060
1. Download the latest`coder_helm` package from
6161
[GitHub releases](https://github.com/coder/coder/releases).

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp