Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

Commit

Permalink
Fix broken actuator endpoint (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
ffazzini authored and ryandawsonuk committed Dec 14, 2017
1 parent 2df612a commit 757dbe8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions kubernetes/kubectl/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ spec:
image: activiti/activiti-cloud-audit:latest
readinessProbe:
httpGet:
path: /application/status
path: /actuator/health
port: 8181
initialDelaySeconds: 100
timeoutSeconds: 1
periodSeconds: 15
livenessProbe:
httpGet:
path: /application/status
path: /actuator/health
port: 8181
initialDelaySeconds: 120
timeoutSeconds: 1
Expand Down Expand Up @@ -65,14 +65,14 @@ spec:
image: activiti/activiti-cloud-query:latest
readinessProbe:
httpGet:
path: /application/status
path: /actuator/health
port: 8182
initialDelaySeconds: 100
timeoutSeconds: 1
periodSeconds: 15
livenessProbe:
httpGet:
path: /application/status
path: /actuator/health
port: 8182
initialDelaySeconds: 120
timeoutSeconds: 1
Expand Down Expand Up @@ -108,14 +108,14 @@ spec:
image: activiti/example-runtime-bundle:latest
readinessProbe:
httpGet:
path: /application/status
path: /actuator/health
port: 8081
initialDelaySeconds: 100
timeoutSeconds: 1
periodSeconds: 15
livenessProbe:
httpGet:
path: /application/status
path: /actuator/health
port: 8081
initialDelaySeconds: 120
timeoutSeconds: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ spec:
image: english-campaign-rb
readinessProbe:
httpGet:
path: /application/status
path: /actuator/health
port: 8081
initialDelaySeconds: 100
timeoutSeconds: 1
periodSeconds: 15
livenessProbe:
httpGet:
path: /application/status
path: /actuator/health
port: 8081
initialDelaySeconds: 120
timeoutSeconds: 1
Expand Down
12 changes: 6 additions & 6 deletions trending-topic-campaigns/kubernetes/connectors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ spec:
image: activiti-cloud-connector-3rd-party:latest
readinessProbe:
httpGet:
path: /application/status
path: /actuator/health
port: 8084
initialDelaySeconds: 100
timeoutSeconds: 1
periodSeconds: 15
livenessProbe:
httpGet:
path: /application/status
path: /actuator/health
port: 8084
initialDelaySeconds: 120
timeoutSeconds: 1
Expand Down Expand Up @@ -82,14 +82,14 @@ spec:
image: activiti-cloud-connector-ranking:latest
readinessProbe:
httpGet:
path: /application/status
path: /actuator/health
port: 8083
initialDelaySeconds: 100
timeoutSeconds: 1
periodSeconds: 15
livenessProbe:
httpGet:
path: /application/status
path: /actuator/health
port: 8083
initialDelaySeconds: 120
timeoutSeconds: 1
Expand Down Expand Up @@ -141,14 +141,14 @@ spec:
image: activiti-cloud-connector-twitter:latest
readinessProbe:
httpGet:
path: /application/status
path: /actuator/health
port: 8082
initialDelaySeconds: 100
timeoutSeconds: 1
periodSeconds: 15
livenessProbe:
httpGet:
path: /application/status
path: /actuator/health
port: 8082
initialDelaySeconds: 120
timeoutSeconds: 1
Expand Down

0 comments on commit 757dbe8

Please sign in to comment.