이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 8. Quarkus configuration properties for customizing deployments on OpenShift
You can customize your deployments on OpenShift by defining optional configuration properties. You can configure your Quarkus project in your applications.properties
file or via the command line.
Property | Description | Default |
---|---|---|
|
The container image group. Must be set if the OpenShift |
|
| The container registry to use | |
| Kubernetes client certificate authentication | |
|
Deployment target platform. For example, | |
| Builds a native Linux executable using a container runtime. Docker is used by default |
|
| The container runtime used build the image. For example, Docker | |
| The deployment strategy |
|
| Exposes a route for the Quarkus application |
|
|
Enables debug and generates debug symbols in a separate .debug file. When used with |
|