Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
operator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OZG-Cloud
devops
operator
Commits
d8d28386
Commit
d8d28386
authored
1 year ago
by
OZGCloud
Browse files
Options
Downloads
Patches
Plain Diff
deactivate healtch checks
parent
0f24cd20
Branches
release
Branches containing commit
Tags
2.7.0
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
pom.xml
+8
-8
8 additions, 8 deletions
pom.xml
src/main/helm/templates/deployment.yaml
+19
-19
19 additions, 19 deletions
src/main/helm/templates/deployment.yaml
src/main/resources/application.yml
+21
-21
21 additions, 21 deletions
src/main/resources/application.yml
with
48 additions
and
48 deletions
pom.xml
+
8
−
8
View file @
d8d28386
...
@@ -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>-->
...
...
This diff is collapsed.
Click to expand it.
src/main/helm/templates/deployment.yaml
+
19
−
19
View file @
d8d28386
...
@@ -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
}}
...
...
This diff is collapsed.
Click to expand it.
src/main/resources/application.yml
+
21
−
21
View file @
d8d28386
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment