Skip to content
Snippets Groups Projects
Commit b9230034 authored by Dung Vu's avatar Dung Vu
Browse files

Update values.template.yaml

parent 763826d7
No related branches found
No related tags found
No related merge requests found
Pipeline #45229 passed
......@@ -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/csusb"
- 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]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment