Skip to content

Commit

Permalink
Merge pull request #4242 from platformsh/chadwcarlson-patch-2
Browse files Browse the repository at this point in the history
Update clickhouse.md
  • Loading branch information
Kemi-Elizabeth authored Oct 29, 2024
2 parents e00a8f7 + 3bdd88e commit 89fb378
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions sites/upsun/src/add-services/clickhouse.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ CLICKHOUSE_HOSTNAME=azertyuiopqsdfghjklm.clickhouse.service._.eu-1.{{< vendor/ur
CLICKHOUSE_EPOCH=0
CLICKHOUSE_REL=clickhouse
CLICKHOUSE_SCHEME=https/http
CLICKHOUSE_TYPE=clickhouse:24
CLICKHOUSE_TYPE=clickhouse:24.3
CLICKHOUSE_PUBLIC=false
```

Expand Down Expand Up @@ -90,7 +90,7 @@ The structure of the `PLATFORM_RELATIONSHIPS` environment variable can be obtain
"epoch": 0,
"rel": "clickhouse",
"scheme": "https",
"type": "clickhouse:24",
"type": "clickhouse:24.3",
"public": false
}
```
Expand Down Expand Up @@ -194,7 +194,8 @@ applications:
clickhouse: "clickhouse:clickhouse"
services:
# The name of the service container. Must be unique within a project.
type: clickhouse:24
clickhouse:
type: clickhouse:24.3
```

<--->
Expand All @@ -215,7 +216,8 @@ applications:
clickhouse: "clickhouse:clickhouse-http"
services:
# The name of the service container. Must be unique within a project.
type: clickhouse:24
clickhouse:
type: clickhouse:24.3
```

{{< /codetabs >}}
Expand All @@ -236,7 +238,7 @@ applications:
services:
clickhouse:
type: clickhouse:24
type: clickhouse:24.3
configuration:
databases:
- main
Expand Down

0 comments on commit 89fb378

Please sign in to comment.