Loading Dockerfile +2 −2 Original line number Diff line number Diff line Loading @@ -37,9 +37,9 @@ ADD --chmod=755 \ EXPOSE 8006 5900 VOLUME /storage ENV RAM_SIZE "4G" ENV RAM_SIZE "3G" ENV CPU_CORES "2" ENV DISK_SIZE "64G" ENV DISK_SIZE "32G" ENV VERSION "ventura" ENTRYPOINT ["/usr/bin/tini", "-s", "/run/entry.sh"] kubernetes.yml +2 −2 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ spec: - ReadWriteOnce resources: requests: storage: 64Gi storage: 32Gi --- apiVersion: v1 kind: Pod Loading Loading @@ -38,7 +38,7 @@ spec: - name: CPU_CORES value: "2" - name: DISK_SIZE value: "64G" value: "32G" volumeMounts: - mountPath: /storage name: storage Loading readme.md +1 −1 Original line number Diff line number Diff line Loading @@ -109,7 +109,7 @@ kubectl apply -f kubernetes.yml * ### How do I change the size of the disk? To expand the default size of 64 GB, add the `DISK_SIZE` setting to your compose file and set it to your preferred capacity: To expand the default size of 32 GB, add the `DISK_SIZE` setting to your compose file and set it to your preferred capacity: ```yaml environment: Loading Loading
Dockerfile +2 −2 Original line number Diff line number Diff line Loading @@ -37,9 +37,9 @@ ADD --chmod=755 \ EXPOSE 8006 5900 VOLUME /storage ENV RAM_SIZE "4G" ENV RAM_SIZE "3G" ENV CPU_CORES "2" ENV DISK_SIZE "64G" ENV DISK_SIZE "32G" ENV VERSION "ventura" ENTRYPOINT ["/usr/bin/tini", "-s", "/run/entry.sh"]
kubernetes.yml +2 −2 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ spec: - ReadWriteOnce resources: requests: storage: 64Gi storage: 32Gi --- apiVersion: v1 kind: Pod Loading Loading @@ -38,7 +38,7 @@ spec: - name: CPU_CORES value: "2" - name: DISK_SIZE value: "64G" value: "32G" volumeMounts: - mountPath: /storage name: storage Loading
readme.md +1 −1 Original line number Diff line number Diff line Loading @@ -109,7 +109,7 @@ kubectl apply -f kubernetes.yml * ### How do I change the size of the disk? To expand the default size of 64 GB, add the `DISK_SIZE` setting to your compose file and set it to your preferred capacity: To expand the default size of 32 GB, add the `DISK_SIZE` setting to your compose file and set it to your preferred capacity: ```yaml environment: Loading