Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xta-test-server
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
lib
xta-test-server
Commits
48bdf2bf
Commit
48bdf2bf
authored
5 months ago
by
Martin
Browse files
Options
Downloads
Patches
Plain Diff
OZG-7121 adjust readiness/startup probes from http to https
parent
3085d98c
Branches
release
Branches containing commit
Tags
1.8.0
Tags containing commit
1 merge request
!3
Resolve "xta-test-server helm-chart mit Deployment und Keystore-Secrets/Certificate-Resources"
Pipeline
#1158
failed
5 months ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/helm/templates/deployment.yaml
+2
-2
2 additions, 2 deletions
src/main/helm/templates/deployment.yaml
src/test/helm/deployment_test.yaml
+4
-1
4 additions, 1 deletion
src/test/helm/deployment_test.yaml
with
6 additions
and
3 deletions
src/main/helm/templates/deployment.yaml
+
2
−
2
View file @
48bdf2bf
...
...
@@ -83,7 +83,7 @@ spec:
httpGet
:
path
:
/actuator/health/readiness
port
:
8081
scheme
:
HTTP
scheme
:
HTTP
S
periodSeconds
:
10
successThreshold
:
1
timeoutSeconds
:
3
...
...
@@ -91,7 +91,7 @@ spec:
httpGet
:
path
:
/actuator/health/readiness
port
:
8081
scheme
:
HTTP
scheme
:
HTTP
S
failureThreshold
:
10
initialDelaySeconds
:
30
periodSeconds
:
10
...
...
This diff is collapsed.
Click to expand it.
src/test/helm/deployment_test.yaml
+
4
−
1
View file @
48bdf2bf
...
...
@@ -162,7 +162,7 @@ tests:
value
:
8081
-
equal
:
path
:
spec.template.spec.containers[0].readinessProbe.httpGet.scheme
value
:
"
HTTP"
value
:
"
HTTP
S
"
-
equal
:
path
:
spec.template.spec.containers[0].readinessProbe.periodSeconds
value
:
10
...
...
@@ -178,6 +178,9 @@ tests:
-
equal
:
path
:
spec.template.spec.containers[0].startupProbe.httpGet.port
value
:
8081
-
equal
:
path
:
spec.template.spec.containers[0].startupProbe.httpGet.scheme
value
:
"
HTTPS"
-
equal
:
path
:
spec.template.spec.containers[0].startupProbe.failureThreshold
value
:
10
...
...
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