Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/homepage/commit/04a1c68ba0555dc9083c69fa22a264ff7f0c4488?style=unified&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fix k3d memory specification

pull/2023/head
shamoon 2 years ago
parent b74faea449
commit 04a1c68ba0

@ -36,8 +36,8 @@ options:
switchCurrentContext: false
runtime:
gpuRequest: ""
serversMemory: "1024Mi"
agentsMemory: "1024Mi"
serversMemory: "1024MiB"
agentsMemory: "1024MiB"
labels:
- label: foo=bar
nodeFilters:

Loading…
Cancel
Save