Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
Csusb-hub-dev
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
csusb-prp
Csusb-hub-dev
Commits
b9230034
Commit
b9230034
authored
11 months ago
by
Dung Vu
Browse files
Options
Downloads
Patches
Plain Diff
Update values.template.yaml
parent
763826d7
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#45229
passed
11 months ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
values.template.yaml
+41
-19
41 additions, 19 deletions
values.template.yaml
with
41 additions
and
19 deletions
values.template.yaml
+
41
−
19
View file @
b9230034
...
...
@@ -123,12 +123,19 @@ hub:
# kubernetes.io/hostname: "node-2-6.sdsc.optiputer.net"
# env: system
tolerations
:
-
key
:
nautilus.io/csusb
operator
:
Exists
effect
:
NoSchedule
-
key
:
"
nautilus.io/rynode"
# - key: nautilus.io/csusb
# operator: Exists
# effect: NoSchedule
# - key: "nautilus.io/rynode"
# operator: "Exists"
# effect: "NoSchedule"
-
key
:
"
nautilus.io/csu-tide"
operator
:
"
Exists"
effect
:
"
NoSchedule"
-
key
:
"
nautilus.io/sdsu-fix"
operator
:
"
Exists"
effect
:
"
NoSchedule"
deploymentStrategy
:
type
:
Recreate
db
:
...
...
@@ -137,7 +144,7 @@ hub:
accessModes
:
-
ReadWriteOnce
storage
:
5Gi
storageClassName
:
rook-ceph-block
storageClassName
:
rook-ceph-block
-tide
resources
:
limits
:
cpu
:
"
2"
...
...
@@ -157,12 +164,20 @@ proxy:
# topology.kubernetes.io/hostname: "node-2-6.sdsc.optiputer.net"
# env: system
tolerations
:
-
key
:
nautilus.io/csusb
operator
:
Exists
effect
:
NoSchedule
-
key
:
"
nautilus.io/rynode"
-
key
:
"
nautilus.io/csu-tide"
operator
:
"
Exists"
effect
:
"
NoSchedule"
-
key
:
"
nautilus.io/sdsu-fix"
operator
:
"
Exists"
effect
:
"
NoSchedule"
# - key: nautilus.io/csusb
# operator: Exists
# effect: NoSchedule
# - key: "nautilus.io/rynode"
# operator: "Exists"
# effect: "NoSchedule"
resources
:
limits
:
cpu
:
"
2"
...
...
@@ -174,22 +189,29 @@ singleuser:
extraPodConfig
:
securityContext
:
fsGroupChangePolicy
:
"
OnRootMismatch"
#
fsGroup: 100
runAsUser
:
1099
runAsGroup
:
1099
fsGroup
:
1099
fsGroup
:
100
#
runAsUser: 1099
#
runAsGroup: 1099
#
fsGroup: 1099
allowPrivilegeEscalation
:
true
extraTolerations
:
-
key
:
"
nautilus.io/csu
sb
"
-
key
:
"
nautilus.io/csu
-tide
"
operator
:
"
Exists"
effect
:
"
NoSchedule"
-
key
:
"
nautilus.io/rynode"
operator
:
"
Exists"
effect
:
"
NoSchedule"
-
key
:
"
nautilus.io/testing"
-
key
:
"
nautilus.io/sdsu-fix"
operator
:
"
Exists"
effect
:
"
NoSchedule"
# - key: "nautilus.io/csusb"
# operator: "Exists"
# effect: "NoSchedule"
# - key: "nautilus.io/rynode"
# operator: "Exists"
# effect: "NoSchedule"
# - key: "nautilus.io/testing"
# operator: "Exists"
# effect: "NoSchedule"
# extraNodeAffinity:
# required:
# - matchExpressions:
...
...
@@ -209,7 +231,7 @@ singleuser:
# homeMountPath: /home/jovyan
homeMountPath
:
/home/{username}
dynamic
:
storageClass
:
rook-ceph-block-
south-east
storageClass
:
rook-ceph-block-
tide
pvcNameTemplate
:
claim-{username}{servername}
volumeNameTemplate
:
volume-{username}{servername}
storageAccessModes
:
[
ReadWriteOnce
]
...
...
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