Skip to content

Commit 54735a7

Browse files
committed
Update reactive tracks
1 parent ecaac05 commit 54735a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

instruqt-tracks/developing-with-quarkus-panache-reactive/03-02-remote-dev/assignment.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ The following list describes the meaning of the options used in the command `mvn
217217

218218
* `quarkus.kubernetes.deploy=true` - Instructs the extension to deploy to OpenShift after the container image is built.
219219
* `quarkus.kubernetes-client.trust-certs=true` - Indicates that the application is using self-signed certificates and that the application is to trust the certificates.
220-
* `quarkus.kubernetes.deployment-target=openshift` - Instructs the extension to generate and create the OpenShift resources, such as `DeploymentConfig` and `Service`, after building the container.
220+
* `quarkus.kubernetes.deployment-target=openshift` - Instructs the extension to generate and create the OpenShift resources, such as `Deployment` and `Service`, after building the container.
221221
* `quarkus.openshift.route.expose=true` - Instructs the extension to generate an OpenShift [`Route`](https://docs.openshift.com/container-platform/3.11/architecture/networking/routes.html) making the demonstration application accessible from a browser.
222222
* `quarkus.kubernetes.annotations."app.openshift.io/connects-to"=postgres-database` - Adds a visual connector to show the DB connection in the OpenShift web console topology view.
223223
* `quarkus.openshift.env.vars.quarkus-launch-devmode=true` - Sets an environment variable in the container to tell Quarkus to launch in dev mode instead of production mode, which is the default when deploying to Kubernetes or OpenShift.

instruqt-tracks/developing-with-quarkus-panache-reactive/track.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ lab_config:
6464
hideStopButton: false
6565
default_layout: AssignmentRight
6666
default_layout_sidebar_size: 25
67-
checksum: "16940345151249592393"
67+
checksum: "5827378774459754183"

0 commit comments

Comments
 (0)