Skip to content

Commit

Permalink
Release Coherence Operator snapshot docs 3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thegridman committed Nov 22, 2023
1 parent 540ce31 commit b4d9197
Show file tree
Hide file tree
Showing 16 changed files with 764 additions and 205 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/snapshot/images/images/kiali-storage-app.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions docs/snapshot/main/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -1130,6 +1130,19 @@ function createRoutes(){
},
component: loadPage('examples-no-operator-03_extend_tls-README', '/examples/no-operator/03_extend_tls/README', {})
},
{
path: '/examples/no-operator/04_istio/README',
meta: {
h1: 'Running Coherence with Istio',
title: 'Running Coherence with Istio',
h1Prefix: null,
description: null,
keywords: null,
customLayout: null,
hasNav: true
},
component: loadPage('examples-no-operator-04_istio-README', '/examples/no-operator/04_istio/README', {})
},
{
path: '/examples/no-operator/test-client/README',
meta: {
Expand Down Expand Up @@ -1414,6 +1427,7 @@ function createNav(){
{ href: '/examples/no-operator/01_simple_server/README', title: 'A Simple Coherence Cluster' },
{ href: '/examples/no-operator/02_metrics/README', title: 'Enabling Coherence Metrics' },
{ href: '/examples/no-operator/03_extend_tls/README', title: 'Secure Coherence Extend with TLS' },
{ href: '/examples/no-operator/04_istio/README', title: 'Running Coherence with Istio' },
{ href: '/examples/no-operator/test-client/README', title: 'Example Extend Client' }
]
},
Expand Down
106 changes: 73 additions & 33 deletions docs/snapshot/main/search-index.json

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions docs/snapshot/pages/docs/about/04_coherence_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -1572,6 +1572,12 @@ NOTE: This field maps the the -XX:MinRAMPercentage JVM option and will be incomp
<td class=""><code>&#42;<router-link to="#_servicemonitorspec" @click.native="this.scrollFix('#_servicemonitorspec')">ServiceMonitorSpec</router-link></code></td>
<td class="">false</td>
</tr>
<tr>
<td class=""><code>exposeOnSts</code></td>
<td class="">ExposeOnSTS is a flag to indicate that this port should also be exposed on the StatefulSetHeadless service. This is useful in cases where a service mesh such as Istio is being used and ports such as the Extend or gRPC ports are accessed via the StatefulSet service. The default is <code>true</code> so all additional ports are exposed on the StatefulSet headless service.</td>
<td class=""><code>&#42;bool</code></td>
<td class="">false</td>
</tr>
</tbody>
</table>
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/snapshot/pages/examples/015_simple_image/README.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ title="pom.xml"
lang="groovy"
title="build.gradle"
>dependencies {
implementation platform("com.oracle.coherence.ce:coherence-bom:22.06.4")</markup>
implementation platform("com.oracle.coherence.ce:coherence-bom:22.06.6")</markup>

<p>We can then add the <code>coherence</code> and <code>coherence-json</code> modules as dependencies</p>

Expand All @@ -72,7 +72,7 @@ title="pom.xml"
lang="groovy"
title="build.gradle"
>dependencies {
implementation platform("com.oracle.coherence.ce:coherence-bom:22.06.4")
implementation platform("com.oracle.coherence.ce:coherence-bom:22.06.6")

implementation "com.oracle.coherence.ce:coherence"
implementation "com.oracle.coherence.ce:coherence-json"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ lang="xml"
</ul>
</li>
<li>
<p>The <code>&lt;dependencySets&gt;</code> configuration copies all the project dependencies (including transitive dependencies) to the <code>app/libs</code> directory (actually the <code>target/docker/app/libs</code> directory). Any version information will be stripped from the files, so <code>coherence-22.06.4.jar</code> would become <code>coherence.jar</code>.</p>
<p>The <code>&lt;dependencySets&gt;</code> configuration copies all the project dependencies (including transitive dependencies) to the <code>app/libs</code> directory (actually the <code>target/docker/app/libs</code> directory). Any version information will be stripped from the files, so <code>coherence-22.06.6.jar</code> would become <code>coherence.jar</code>.</p>

</li>
</ul>
Expand Down Expand Up @@ -295,7 +295,7 @@ The Gradle build will pull all the artifacts required in the image, including th
lang="groovy"
title="build.gradle"
>dependencies {
implementation platform("com.oracle.coherence.ce:coherence-bom:22.06.4")
implementation platform("com.oracle.coherence.ce:coherence-bom:22.06.6")

implementation "com.oracle.coherence.ce:coherence"
implementation "com.oracle.coherence.ce:coherence-json"
Expand Down
426 changes: 258 additions & 168 deletions docs/snapshot/pages/examples/400_Istio/README.js

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions docs/snapshot/pages/examples/no-operator/000_overview.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,19 @@ When running in Kubernetes cluster where <code>NetworkPolicy</code> rules are ap
</v-card-text>
</v-card>
</v-flex>
<v-flex xs12 sm4 lg3>
<v-card>
<router-link to="/examples/no-operator/04_istio/README"><div class="card__link-hover"/>
</router-link>
<v-card-title primary class="headline layout justify-center">
<span style="text-align:center">Running Coherence with Istio</span>
</v-card-title>
<v-card-text class="caption">
<p></p>
<p>Expands the simple storage enabled server to secure Extend using TLS.</p>
</v-card-text>
</v-card>
</v-flex>
</v-layout>
</v-container>
</v-flex>
Expand Down
Loading

0 comments on commit b4d9197

Please sign in to comment.