stream logs through standard input and new remote client cli command

This commit is contained in:
Frostebite 2023-06-05 23:42:49 +01:00
parent 76e8818089
commit 9e7fad6a8a
3 changed files with 1 additions and 1 deletions

BIN
dist/index.js generated vendored

Binary file not shown.

BIN
dist/index.js.map generated vendored

Binary file not shown.

View File

@ -108,7 +108,7 @@ class KubernetesStorage {
},
spec: {
storageClassName: `manual`,
capacity: { storage: `10Gi` },
capacity: { storage: `5Gi` },
accessModes: ['ReadWriteOnce'],
hostPath: { path: `/data/${pvcName}` },
},