Skip to content

Commit

Permalink
feat: Migrate to CephFS - technology.usssdk
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 a868cef commit da2f36d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 2 additions & 1 deletion instances/technology.usssdk/config.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
plugins+: [
"gerrit-trigger",
]
}
},
seLinuxLevel: "s0:c56,c35",
}
1 change: 1 addition & 0 deletions instances/technology.usssdk/target/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -900,6 +900,7 @@
},
"generate": false
},
"seLinuxLevel": "s0:c56,c35",
"secrets": {
"dockerconfigjson": {
"dockerconfigjson-for-pull-as-default": {
Expand Down
7 changes: 6 additions & 1 deletion instances/technology.usssdk/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:c56,c35",
"type": "spc_t"
}
},
"volumeMounts": [
{
"mountPath": "/var/jenkins",
Expand Down

0 comments on commit da2f36d

Please sign in to comment.