We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3978269 commit c3a6e92Copy full SHA for c3a6e92
docker/run.sh
@@ -1,3 +1,3 @@
1
#!/bin/sh
2
-
+ls -la
3
exec java -javaagent:/applicationinsights-agent.jar ${JAVA_OPTS} org.springframework.boot.loader.JarLauncher "$@"
helm/values-dev.yaml
@@ -10,14 +10,14 @@ microservice-chart:
10
httpGet:
11
path: /actuator/health/liveness
12
port: 8080
13
- initialDelaySeconds: 30
+ initialDelaySeconds: 180
14
failureThreshold: 6
15
periodSeconds: 10
16
readinessProbe:
17
18
path: /actuator/health/readiness
19
20
21
22
23
deployment:
0 commit comments