Skip to content

Instantly share code, notes, and snippets.

@bartoszmajsak
Last active December 2, 2025 18:37
Show Gist options
  • Select an option

  • Save bartoszmajsak/d510662186d24a676b9d271cfc9315cd to your computer and use it in GitHub Desktop.

Select an option

Save bartoszmajsak/d510662186d24a676b9d271cfc9315cd to your computer and use it in GitHub Desktop.
[
{
"op": "add",
"path": "/spec/replicas",
"value": 1
},
{
"op": "add",
"path": "/spec/strategy",
"value": {
"type": "Recreate"
}
},
{
"op": "add",
"path": "/spec/template/spec/securityContext/fsGroup",
"value": 1001
},
{
"op": "add",
"path": "/spec/template/spec/containers/0/volumeMounts/-",
"value": {
"name": "modelcontroller-manifests",
"mountPath": "/opt/manifests/modelcontroller"
}
},
{
"op": "add",
"path": "/spec/template/spec/volumes/-",
"value": {
"name": "modelcontroller-manifests",
"persistentVolumeClaim": {
"claimName": "my-component-manifests"
}
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment