Skip to content

Commit

Permalink
feat: Migrate to CephFS - science.texlipse
Browse files Browse the repository at this point in the history
Signed-off-by: sebastien.heurtematte <[email protected]>
  • Loading branch information
heurtematte committed Oct 16, 2024
1 parent 4ef17c7 commit 734ef34
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions instances/science.texlipse/config.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
fullName: "science.texlipse",
displayName: "Eclipse TeXlipse",
},
seLinuxLevel: "s0:c62,c9",
}
1 change: 1 addition & 0 deletions instances/science.texlipse/target/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -896,6 +896,7 @@
},
"generate": false
},
"seLinuxLevel": "s0:c62,c9",
"secrets": {
"dockerconfigjson": {
"dockerconfigjson-for-pull-as-default": {
Expand Down
7 changes: 6 additions & 1 deletion instances/science.texlipse/target/k8s/statefulset.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,12 @@
"cpu": "250m"
}
},
"securityContext": { },
"securityContext": {
"seLinuxOptions": {
"level": "s0:c62,c9",
"type": "spc_t"
}
},
"volumeMounts": [
{
"mountPath": "/var/jenkins",
Expand Down

0 comments on commit 734ef34

Please sign in to comment.