hift-kie-springboot.7.62.0.Final.source-code.deployment.yml Maven / Gradle / Ivy
spec:
replicas: 3
selector:
matchLabels:
app: openshift-kie-springboot
version: v1
template:
metadata:
labels:
app: openshift-kie-springboot
version: v1
spec:
containers:
- env:
name: openshift-kie-springboot
image: ${dockerImageName}:latest
imagePullPolicy: IfNotPresent
livenessProbe:
exec:
command:
- curl
- localhost:8080/health
initialDelaySeconds: 20
periodSeconds: 10
timeoutSeconds: 1
ports:
- containerPort: 8080
name: http
protocol: TCP
readinessProbe:
exec:
command:
- curl
- localhost:8080/health
initialDelaySeconds: 10
periodSeconds: 5
timeoutSeconds: 1
securityContext:
privileged: false
© 2015 - 2025 Weber Informatics LLC | Privacy Policy