Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
Jupyter Control Notebook chart
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
epics-containers
Jupyter Control Notebook chart
Commits
42d83b3c
Commit
42d83b3c
authored
11 months ago
by
Andrea Michelotti
Browse files
Options
Downloads
Patches
Plain Diff
volume template
parent
5c17afa4
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
templates/deployment.yaml
+1
-1
1 addition, 1 deletion
templates/deployment.yaml
values.yaml
+1
-1
1 addition, 1 deletion
values.yaml
with
2 additions
and
2 deletions
templates/deployment.yaml
+
1
−
1
View file @
42d83b3c
...
...
@@ -196,7 +196,7 @@ spec:
{{
- if not .Values.dataVolume.claim
}}
volumeClaimTemplates
:
-
metadata
:
name
:
{{
include "jupyter-control-notebook-chart.fullname" .
}}
-
jupyter-data
name
:
jupyter-data
spec
:
accessModes
:
[
"
ReadWriteOnce"
]
resources
:
...
...
This diff is collapsed.
Click to expand it.
values.yaml
+
1
−
1
View file @
42d83b3c
...
...
@@ -80,7 +80,7 @@ affinity: {}
dataVolume
:
claim
:
## an existing claim or empty will create a new one
size
:
5
0Gi
## size of the claim
size
:
1
0Gi
## size of the claim
accessMode
:
ReadWriteOnce
gitRepoConfig
:
...
...
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