{% extends "header.html" %} {% import 'macros.html' as macros %} {% import 'elements.html' as elm %} {% block content %}
Description: {{ card.description }}
Owners: {% for owner in card.owners|sort %}{{ owner }} {% endfor %}
Tags:
Port: {{ card.legacy.funcs.instancePort|replace('new', '')|replace('old', '') }}
resource | |
---|---|
guarantee | {{ (i.memory_guarantee|float / 1024 / 1024 / 1024)|round(1) }} GB |
limit | {{ ((i.memory_guarantee + i.memory_overcommit)|float / 1024 / 1024 / 1024)|round(1) }} GB |
disk | {{ (i.disk|float / 1024 / 1024 / 1024)|round(1) }} GB |
ssd | {{ (i.ssd|float / 1024 / 1024 / 1024)|round(1) }} GB |
mount point | storage | quota | is shared | symlinks |
---|---|---|---|---|
{{ v.guest_mp }} | {{ v.host_mp_root }} | {{ (v.quota|float / 1024 / 1024 / 1024)|round(1) }} GB | {{ v.shared }} | {{ v.symlinks|sort|join(", ") }} |