Skip to content

Commit

Permalink
Migrate to CephFS - ee4j.glassfish
Browse files Browse the repository at this point in the history
  • Loading branch information
fredg02 committed Oct 10, 2024
1 parent 005b26f commit c349ddc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
3 changes: 2 additions & 1 deletion instances/ee4j.glassfish/config.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"copyartifact",
"view-job-filters",
],
}
},
seLinuxLevel: "s0:c40,c35",
}
1 change: 1 addition & 0 deletions instances/ee4j.glassfish/target/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -900,6 +900,7 @@
},
"generate": false
},
"seLinuxLevel": "s0:c40,c35",
"secrets": {
"dockerconfigjson": {
"dockerconfigjson-for-pull-as-default": {
Expand Down
9 changes: 7 additions & 2 deletions instances/ee4j.glassfish/target/k8s/statefulset.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,12 @@
"cpu": "4000m"
}
},
"securityContext": { },
"securityContext": {
"seLinuxOptions": {
"level": "s0:c40,c35",
"type": "spc_t"
}
},
"volumeMounts": [
{
"mountPath": "/var/jenkins",
Expand Down Expand Up @@ -172,7 +177,7 @@
],
"resources": {
"requests": {
"storage": "50Gi"
"storage": "250Gi"
}
}
}
Expand Down

0 comments on commit c349ddc

Please sign in to comment.