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
b8f337c6
Commit
b8f337c6
authored
1 year ago
by
Remi PLANEL
Browse files
Options
Downloads
Patches
Plain Diff
remove pvc ceph for structure
parent
b425779d
No related branches found
No related tags found
1 merge request
!227
Use and create sanitized refseq index
Pipeline
#126710
failed
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
deploy/df-wiki/templates/deployment.yaml
+0
-5
0 additions, 5 deletions
deploy/df-wiki/templates/deployment.yaml
deploy/df-wiki/templates/pvc-structure-ceph.yaml
+0
-14
0 additions, 14 deletions
deploy/df-wiki/templates/pvc-structure-ceph.yaml
with
0 additions
and
19 deletions
deploy/df-wiki/templates/deployment.yaml
+
0
−
5
View file @
b8f337c6
...
...
@@ -56,8 +56,6 @@ spec:
mountPath
:
/etc/nginx/conf.d/
-
name
:
structure-data-pvc
mountPath
:
/usr/share/nginx/html
-
name
:
structure-data-ceph
mountPath
:
/test-ceph
-
name
:
website-pvc
mountPath
:
/website
...
...
@@ -83,9 +81,6 @@ spec:
-
name
:
structure-data-pvc
persistentVolumeClaim
:
claimName
:
structure-data-pvc
-
name
:
structure-data-ceph
persistentVolumeClaim
:
claimName
:
structure-data-ceph
-
name
:
website-pvc
persistentVolumeClaim
:
claimName
:
website-pvc
This diff is collapsed.
Click to expand it.
deploy/df-wiki/templates/pvc-structure-ceph.yaml
deleted
100644 → 0
+
0
−
14
View file @
b425779d
apiVersion
:
v1
kind
:
PersistentVolumeClaim
metadata
:
name
:
structure-data-ceph
annotations
:
"
helm.sh/resource-policy"
:
keep
spec
:
accessModes
:
-
ReadWriteMany
resources
:
requests
:
storage
:
3Gi
storageClassName
:
ceph-block
volumeMode
:
Filesystem
\ No newline at end of file
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