{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% load settings %} {% load render_table from django_tables2 %} {% load perms %} {% block controls %} {{ block.super }} {% endblock controls %} {% block breadcrumbs %} {{ block.super }} {% endblock %} {% block tabs %} {{ block.super }} {% endblock %} {% block content %}
App Environment
Cluster env {{ object.cluster_env }}
App env {{ object.app_env }}
MTLS {{ object.mtls }}
Repo {{ object.repo }}
Branch {{ object.branch }}
Path {{ object.path }}
Egress IP {{ object.egress_ip }}
Deployment Kind {{ object.deployment_kind }}
Monitoring {{ object.monitoring }}
Postgres Monitoring {{ object.postgres_monitoring }}
OCP Project {{ object.ocp_project|linkify|placeholder }}
Resource Quota
Limits
CPU {{ object.limits_cpu|placeholder }}
Limits {{ object.limits_memory|placeholder }}
Requests
Requests {{ object.requests_cpu|placeholder }}
Requests {{ object.requests_memory|placeholder }}
Resource Quota OCP
Price Table
Element Amount Total
CPU 1 CPU Core {% get_cpu_cost %} CHF {{ object.limits_cpu|placeholder }} {% calculate_cpu_cost object.limits_cpu %} CHF
Memory 1 GB Memory {% get_memory_cost %} CHF {{ object.limits_memory|placeholder }} {% calculate_memory_cost object.limits_memory %} CHF
Storage 1 GB Storage {% get_storage_cost %} CHF - -
Total (CHF) {% calculate_total_cost object.limits_cpu object.limits_memory 0 %} CHF
{% include 'inc/panels/custom_fields.html' %}
{% endblock %}