Skip to content
Snippets Groups Projects
Commit d8d28386 authored by OZGCloud's avatar OZGCloud
Browse files

deactivate healtch checks

parent 0f24cd20
Branches release
Tags 2.7.0
No related merge requests found
...@@ -24,10 +24,10 @@ ...@@ -24,10 +24,10 @@
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId> <artifactId>spring-boot-starter</artifactId>
</dependency> </dependency>
<dependency> <!-- <dependency>-->
<groupId>org.springframework.boot</groupId> <!-- <groupId>org.springframework.boot</groupId>-->
<artifactId>spring-boot-starter-web-services</artifactId> <!-- <artifactId>spring-boot-starter-web-services</artifactId>-->
</dependency> <!-- </dependency>-->
<dependency> <dependency>
...@@ -49,10 +49,10 @@ ...@@ -49,10 +49,10 @@
<artifactId>reflections</artifactId> <artifactId>reflections</artifactId>
<version>0.10.2</version> <version>0.10.2</version>
</dependency> </dependency>
<dependency> <!-- <dependency>-->
<groupId>org.springframework.boot</groupId> <!-- <groupId>org.springframework.boot</groupId>-->
<artifactId>spring-boot-starter-actuator</artifactId> <!-- <artifactId>spring-boot-starter-actuator</artifactId>-->
</dependency> <!-- </dependency>-->
<!-- <dependency>--> <!-- <dependency>-->
......
...@@ -53,25 +53,25 @@ spec: ...@@ -53,25 +53,25 @@ spec:
{{ toYaml . | indent 8 }} {{ toYaml . | indent 8 }}
{{- end }} {{- end }}
imagePullPolicy: Always imagePullPolicy: Always
readinessProbe: # readinessProbe:
failureThreshold: 3 # failureThreshold: 3
httpGet: # httpGet:
path: /actuator/health/readiness # path: /actuator/health/readiness
port: 8081 # port: 8081
scheme: HTTP # scheme: HTTP
periodSeconds: 10 # periodSeconds: 10
successThreshold: 1 # successThreshold: 1
timeoutSeconds: 3 # timeoutSeconds: 3
startupProbe: # startupProbe:
failureThreshold: 10 # failureThreshold: 10
httpGet: # httpGet:
path: /actuator/health/readiness # path: /actuator/health/readiness
port: 8081 # port: 8081
scheme: HTTP # scheme: HTTP
initialDelaySeconds: 30 # initialDelaySeconds: 30
periodSeconds: 5 # periodSeconds: 5
successThreshold: 1 # successThreshold: 1
timeoutSeconds: 5 # timeoutSeconds: 5
resources: resources:
{{- with .Values.resources }} {{- with .Values.resources }}
{{ toYaml . | indent 10 }} {{ toYaml . | indent 10 }}
......
management: #management:
server: # server:
port: 8081 # port: 8081
health: # health:
livenessState: # livenessState:
enabled: true # enabled: true
readinessState: # readinessState:
enabled: true # enabled: true
endpoint: # endpoint:
health: # health:
group: # group:
readiness: # readiness:
include: # include:
- readinessState # - readinessState
probes.enabled: true # probes.enabled: true
prometheus: # prometheus:
enabled: true # enabled: true
endpoints: # endpoints:
web: # web:
exposure: # exposure:
include: health,prometheus # include: health,prometheus
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment