Skip to content

Commit c3a6e92

Browse files
committed
fix dockerfile
1 parent 3978269 commit c3a6e92

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
2-
2+
ls -la
33
exec java -javaagent:/applicationinsights-agent.jar ${JAVA_OPTS} org.springframework.boot.loader.JarLauncher "$@"

helm/values-dev.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ microservice-chart:
1010
httpGet:
1111
path: /actuator/health/liveness
1212
port: 8080
13-
initialDelaySeconds: 30
13+
initialDelaySeconds: 180
1414
failureThreshold: 6
1515
periodSeconds: 10
1616
readinessProbe:
1717
httpGet:
1818
path: /actuator/health/readiness
1919
port: 8080
20-
initialDelaySeconds: 30
20+
initialDelaySeconds: 180
2121
failureThreshold: 6
2222
periodSeconds: 10
2323
deployment:

0 commit comments

Comments
 (0)