diff --git a/app/deployment.yaml b/app/deployment.yaml index 5094629..d6df35c 100644 --- a/app/deployment.yaml +++ b/app/deployment.yaml @@ -11,7 +11,7 @@ metadata: app.openshift.io/runtime: java name: spring-petclinic spec: - replicas: 1 + replicas: 4 selector: matchLabels: app: spring-petclinic @@ -23,12 +23,12 @@ spec: containers: - name: spring-petclinic imagePullPolicy: Always - image: quay.io/service-binding/spring-petclinic:latest + image: quay/service-binding/spring-petclinic:latest livenessProbe: - failureThreshold: 3 + failureThreshold: 5 httpGet: path: / - port: 8080 + port: 808000 scheme: HTTP initialDelaySeconds: 45 periodSeconds: 10