Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Proxy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository 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
open-source
Proxy
Merge requests
!16
Something went wrong on our end
Resolve "fix docker image"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "fix docker image"
14-fix-docker-image
into
master
Overview
0
Commits
3
Pipelines
0
Changes
1
Merged
Dominik Hebeler
requested to merge
14-fix-docker-image
into
master
5 years ago
Overview
0
Commits
3
Pipelines
0
Changes
1
Expand
Closes
#14 (closed)
Edited
5 years ago
by
Dominik Hebeler
0
0
Merge request reports
Viewing commit
763f6d7f
Prev
Next
Show latest version
1 file
+
0
−
10
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
763f6d7f
fixed error in chart
· 763f6d7f
Dominik Hebeler
authored
5 years ago
chart/templates/deployment.yaml
+
0
−
10
Options
@@ -92,27 +92,17 @@ spec:
-
name
:
"
{{
.Values.service.name
}}"
containerPort
:
{{
.Values.service.internalPort
}}
livenessProbe
:
{{
- if eq .Values.livenessProbe.probeType "httpGet"
}}
httpGet
:
path
:
{{
.Values.livenessProbe.path
}}
scheme
:
{{
.Values.livenessProbe.scheme
}}
port
:
{{
.Values.service.internalPort
}}
{{
- else if eq .Values.livenessProbe.probeType "tcpSocket"
}}
tcpSocket
:
port
:
{{
.Values.service.internalPort
}}
{{
- end
}}
initialDelaySeconds
:
{{
.Values.livenessProbe.initialDelaySeconds
}}
timeoutSeconds
:
{{
.Values.livenessProbe.timeoutSeconds
}}
readinessProbe
:
{{
- if eq .Values.readinessProbe.probeType "httpGet"
}}
httpGet
:
path
:
{{
.Values.readinessProbe.path
}}
scheme
:
{{
.Values.readinessProbe.scheme
}}
port
:
{{
.Values.service.internalPort
}}
{{
- else if eq .Values.readinessProbe.probeType "tcpSocket"
}}
tcpSocket
:
port
:
{{
.Values.service.internalPort
}}
{{
- end
}}
initialDelaySeconds
:
{{
.Values.readinessProbe.initialDelaySeconds
}}
timeoutSeconds
:
{{
.Values.readinessProbe.timeoutSeconds
}}
resources
:
Loading