Skip to content

Commit 99b86c1

Browse files
authored
Fix tabpane
Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
1 parent c74101d commit 99b86c1

File tree

1 file changed

+6
-6
lines changed
  • daprdocs/content/en/reference/components-reference/supported-state-stores

1 file changed

+6
-6
lines changed

daprdocs/content/en/reference/components-reference/supported-state-stores/setup-coherence.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,19 +85,19 @@ efficient as possible. You will receive an error if you try to set the TTL to a
8585

8686
## Setup Coherence
8787

88-
{{< tabs "Self-Hosted" "Kubernetes" >}}
88+
{{% tabpane text=true %}}
8989

90-
{{% codetab %}}
90+
{{% tab header="Self-Hosted" %}}
9191
Run Coherence locally using Docker:
9292

9393
```
9494
docker run -d -p 1408:1408 -p 30000:30000 ghcr.io/oracle/coherence-ce:25.03.1
9595
```
9696

9797
You can then interact with the server using `localhost:1408`.
98-
{{% /codetab %}}
98+
{{% /tab %}}
9999

100-
{{% codetab %}}
100+
{{% tab header="Kubernetes" %}}
101101
The easiest way to install Coherence on Kubernetes is by using the [Coherence Operator](https://docs.coherence.community/coherence-operator/docs/latest/docs/about/03_quickstart):
102102

103103
**Install the Operator:**
@@ -147,9 +147,9 @@ my-cluster-wka ClusterIP None <none> 7/TCP,7575/TCP,
147147
For example, if installing using the example above, the Coherence host address would be:
148148

149149
`my-cluster-grpc`
150-
{{% /codetab %}}
150+
{{% /tab %}}
151151

152-
{{< /tabs >}}
152+
{{% /tabpane %}}
153153

154154
## Related links
155155
- [Basic schema for a Dapr component]({{< ref component-schema >}})

0 commit comments

Comments
 (0)