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