{% extends 'generic/object.html' %} {% load buttons %} {% load static %} {% load helpers %} {% load plugins %} {% block content %}
K8s Services
Name {{ object.name }}
Application {{ object.application }}
Namespace {{ object.namespace }}
Memory {{ object.memory }} GB
CPU {{ object.cpu }}
GPU {{ object.gpu }} GB
Cluster {{ object.k8s_cluster }}
Description {{ object.description }}
Contacts {% for contact in object.contact.all %} {{ contact.name }}, {% endfor %}
{% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
{% endblock content %}