Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
todo-application
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
devops-project
todo-application
Commits
806f2a61
"...plate-editor.git" did not exist on "7268e5f1d7afb848ac02511a21feffa2282396bd"
Commit
806f2a61
authored
4 years ago
by
derrabauke
Browse files
Options
Downloads
Patches
Plain Diff
Configure Health check port via values definition
parent
e96caaab
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
app/server/chart/backend/templates/deployment.yaml
+1
-1
1 addition, 1 deletion
app/server/chart/backend/templates/deployment.yaml
app/server/chart/backend/values.yaml
+3
-7
3 additions, 7 deletions
app/server/chart/backend/values.yaml
with
4 additions
and
8 deletions
app/server/chart/backend/templates/deployment.yaml
+
1
−
1
View file @
806f2a61
...
...
@@ -35,7 +35,7 @@ spec:
imagePullPolicy
:
{{
.Values.image.pullPolicy
}}
ports
:
-
name
:
http
containerPort
:
80
containerPort
:
{{
.Values.service.port
}}
protocol
:
TCP
livenessProbe
:
httpGet
:
...
...
This diff is collapsed.
Click to expand it.
app/server/chart/backend/values.yaml
+
3
−
7
View file @
806f2a61
...
...
@@ -5,7 +5,7 @@ image:
repository
:
backend
#! change to container registry if possible
pullPolicy
:
IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag
:
"
v0.0.
1
"
tag
:
"
v0.0.
2
"
imagePullSecrets
:
[]
nameOverride
:
"
"
...
...
@@ -35,7 +35,7 @@ securityContext: {}
service
:
type
:
ClusterIP
port
:
8080
port
:
3002
ingress
:
enabled
:
false
...
...
@@ -51,10 +51,6 @@ ingress:
# - chart-example.local
resources
:
{}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
...
...
@@ -83,7 +79,7 @@ mongodb:
repository
:
'
bitnami/mongodb'
tag
:
'
10.10.2'
service
:
port
:
3002
port
:
27017
# auth:
# rootPassword: mongodb
# persistence:
...
...
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