Skip to content

Commit

Permalink
deploy: 7e231d9
Browse files Browse the repository at this point in the history
  • Loading branch information
radtriste committed Sep 6, 2023
1 parent ccdc399 commit 0c69498
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion search-index.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,16 @@ <h2 id="ref-example-kubernetes-service-discovery"><a class="anchor" href="#ref-e
<div class="listingblock">
<div class="title">Example URI</div>
<div class="content">
<pre class="highlightjs highlight"><code class="language-shell hljs" data-lang="shell">org.kie.kogito.sw.knative.service=knative:services.v1/serverless-workflow-greeting-quarkus/greeting-quarkus-cli</code></pre>
<pre class="highlightjs highlight"><code class="language-shell hljs" data-lang="shell">org.kie.kogito.sw.knative.service=${knative:services.v1/serverless-workflow-greeting-quarkus/greeting-quarkus-cli}</code></pre>
</div>
</div>
<div class="paragraph">
<p>Or you can reference a specific endpoint of the Knative service using the following URI:</p>
</div>
<div class="listingblock">
<div class="title">Example endpoint URI</div>
<div class="content">
<pre class="highlightjs highlight"><code class="language-shell hljs" data-lang="shell">org.kie.kogito.sw.knative.service=${knative:services.v1/serverless-workflow-greeting-quarkus/greeting-quarkus-cli}/endpoint</code></pre>
</div>
</div>
<div class="admonitionblock note">
Expand Down

0 comments on commit 0c69498

Please sign in to comment.