Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
theodolite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor 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
Sören Henning
theodolite
Commits
4373ed44
Commit
4373ed44
authored
4 years ago
by
Sören Henning
Browse files
Options
Downloads
Patches
Plain Diff
Add volume claim for OCI plus access pod
parent
605510cb
No related branches found
No related tags found
2 merge requests
!84
Gitlab CI for Theodolite-Kotlin-Quarkus
,
!80
Add volume claim for OCI plus access pod
Pipeline
#1666
failed
4 years ago
Stage: triggers
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
execution/infrastructure/kubernetes/volume-oci-access.yaml
+20
-0
20 additions, 0 deletions
execution/infrastructure/kubernetes/volume-oci-access.yaml
execution/infrastructure/kubernetes/volume-oci.yaml
+11
-0
11 additions, 0 deletions
execution/infrastructure/kubernetes/volume-oci.yaml
with
31 additions
and
0 deletions
execution/infrastructure/kubernetes/volume-oci-access.yaml
0 → 100644
+
20
−
0
View file @
4373ed44
apiVersion
:
v1
kind
:
Pod
metadata
:
name
:
theodolite-results-access
spec
:
restartPolicy
:
Always
containers
:
-
name
:
theodolite-results-access
image
:
busybox:latest
command
:
-
sh
-
-c
-
exec tail -f /dev/null
volumeMounts
:
-
mountPath
:
/app/results
name
:
theodolite-pv-storage
volumes
:
-
name
:
theodolite-pv-storage
persistentVolumeClaim
:
claimName
:
theodolite-pv-claim
This diff is collapsed.
Click to expand it.
execution/infrastructure/kubernetes/volume-oci.yaml
0 → 100644
+
11
−
0
View file @
4373ed44
apiVersion
:
v1
kind
:
PersistentVolumeClaim
metadata
:
name
:
theodolite-pv-claim
spec
:
storageClassName
:
"
oci-bv"
accessModes
:
-
ReadWriteOnce
resources
:
requests
:
storage
:
50Gi
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