Skip to content

Commit

Permalink
Re-enable next ui dev healthchecks with slightly different path to check
Browse files Browse the repository at this point in the history
  • Loading branch information
optionsome committed Nov 4, 2020
1 parent eb2ed4d commit 73ba5a2
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions roles/aks-apply/files/dev/digitransit-ui-hsl-next-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,21 +52,21 @@ spec:
imagePullPolicy: Always
ports:
- containerPort: 8080
# readinessProbe:
# httpGet:
# path: /
# port: 8080
# periodSeconds: 5
# timeoutSeconds: 10
# failureThreshold: 2
# livenessProbe:
# httpGet:
# path: /
# port: 8080
# initialDelaySeconds: 150
# periodSeconds: 10
# timeoutSeconds: 10
# failureThreshold: 10
readinessProbe:
httpGet:
path: /etusivu
port: 8080
periodSeconds: 5
timeoutSeconds: 10
failureThreshold: 2
livenessProbe:
httpGet:
path: /etusivu
port: 8080
initialDelaySeconds: 150
periodSeconds: 10
timeoutSeconds: 10
failureThreshold: 10
env:
- name: CONFIG
value: "hsl"
Expand Down

0 comments on commit 73ba5a2

Please sign in to comment.