From 25172e9efacacd1474867b3d14028d43cdc3c507 Mon Sep 17 00:00:00 2001 From: "hikari.ftg" Date: Fri, 1 Apr 2022 11:33:57 +0000 Subject: [PATCH] Attempting to solve okteto issues --- okteto-stack.yaml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/okteto-stack.yaml b/okteto-stack.yaml index 13e8b3c..bf9566e 100644 --- a/okteto-stack.yaml +++ b/okteto-stack.yaml @@ -8,4 +8,16 @@ services: - 8080 resources: cpu: 900m - memory: 2Gi \ No newline at end of file + memory: 2Gi + volumes: + - hikka:/data + +volumes: + hikka: + driver_opts: + size: 1Gi + +persistentVolume: + enabled: true + storageClass: standard + size: 1Gi