Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Wiki
Manage
Activity
Members
Labels
Plan
Issues
53
Issue boards
Milestones
Wiki
Code
Merge requests
6
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MDM Lab
Wiki
Commits
4382dcea
Commit
4382dcea
authored
1 week ago
by
Remi PLANEL
Browse files
Options
Downloads
Patches
Plain Diff
no probes
parent
eb84cff1
Branches
dev
No related tags found
1 merge request
!237
Fix update wiki
Pipeline
#152687
waiting for manual action with stages
in 8 minutes and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
deploy/df-wiki/templates/deployment.yaml
+9
-9
9 additions, 9 deletions
deploy/df-wiki/templates/deployment.yaml
with
9 additions
and
9 deletions
deploy/df-wiki/templates/deployment.yaml
+
9
−
9
View file @
4382dcea
...
...
@@ -33,7 +33,7 @@ spec:
-
name
:
init-directory
image
:
busybox
command
:
[
"
/bin/sh"
,
"
-c"
]
args
:
[
"
mkdir
-p
/struct/wiki"
,
"
touch
/struct/wiki/index.html"
,
"
chown
-R
101:101
/struct/wiki"
]
args
:
[
"
mkdir
-p
/struct/wiki"
]
volumeMounts
:
-
name
:
structure-data-pvc
mountPath
:
/struct
...
...
@@ -47,14 +47,14 @@ spec:
-
name
:
http
containerPort
:
{{
.Values.service.port
}}
protocol
:
TCP
livenessProbe
:
httpGet
:
path
:
/
port
:
http
readinessProbe
:
httpGet
:
path
:
/
port
:
http
#
livenessProbe:
#
httpGet:
#
path: /
#
port: http
#
readinessProbe:
#
httpGet:
#
path: /
#
port: http
resources
:
{{
- toYaml .Values.resources | nindent 12
}}
volumeMounts
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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