fix(core): update
This commit is contained in:
parent
23266ca459
commit
e622b97097
@ -16,6 +16,6 @@ export interface IServiceCreationDescriptor {
|
||||
accessHostDockerSock?: boolean;
|
||||
resources?: {
|
||||
memorySizeMB?: number;
|
||||
volumeMounts: plugins.tsclass.container.IVolumeMount[]
|
||||
volumeMounts?: plugins.tsclass.container.IVolumeMount[]
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user