Fix tabpane

Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
This commit is contained in:
Marc Duiker 2025-07-17 19:47:43 +02:00 committed by GitHub
parent c74101d7c4
commit 99b86c1dc6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 6 deletions

View File

@ -85,9 +85,9 @@ efficient as possible. You will receive an error if you try to set the TTL to a
## Setup Coherence
{{< tabs "Self-Hosted" "Kubernetes" >}}
{{% tabpane text=true %}}
{{% codetab %}}
{{% tab header="Self-Hosted" %}}
Run Coherence locally using Docker:
```
@ -95,9 +95,9 @@ docker run -d -p 1408:1408 -p 30000:30000 ghcr.io/oracle/coherence-ce:25.03.1
```
You can then interact with the server using `localhost:1408`.
{{% /codetab %}}
{{% /tab %}}
{{% codetab %}}
{{% tab header="Kubernetes" %}}
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):
**Install the Operator:**
@ -147,9 +147,9 @@ my-cluster-wka ClusterIP None <none> 7/TCP,7575/TCP,
For example, if installing using the example above, the Coherence host address would be:
`my-cluster-grpc`
{{% /codetab %}}
{{% /tab %}}
{{< /tabs >}}
{{% /tabpane %}}
## Related links
- [Basic schema for a Dapr component]({{< ref component-schema >}})