カスタムプローブエンドポイントを含む Red Hat ビルドの Kogito マイクロサービスカスタムリソースの例
apiVersion: rhpam.kiegroup.org/v1 # Red Hat build of Kogito API for this service
kind: KogitoRuntime
metadata:
name: process-quarkus-example # Application name
spec:
replicas: 1
probes:
livenessProbe:
httpGet:
path: /probes/live # Liveness endpoint
port: 8080
readinessProbe:
httpGet:
path: /probes/ready # Readiness endpoint
port: 8080
startupProbe:
tcpSocket:
port: 8080
apiVersion: rhpam.kiegroup.org/v1 # Red Hat build of Kogito API for this servicekind: KogitoRuntime
metadata:name: process-quarkus-example # Application namespec:replicas:1probes:livenessProbe:httpGet:path: /probes/live # Liveness endpointport:8080readinessProbe:httpGet:path: /probes/ready # Readiness endpointport:8080startupProbe:tcpSocket:port:8080
Copy to ClipboardCopied!Toggle word wrapToggle overflow