{% extends 'www/raster2.html' %} {% load i18n %} {% load goodrain_extras %} {% load staticfiles %} {% block extracss %} {{ block.super }} {% endblock %} {% block extrajs %} {% endblock %} {% block main-content %}

创建{{service.service_name}}

1创建应用

2应用设置

{% csrf_token %}
{% if is_tenant_free %}

512M 1G

{% else %}

{% endif %}
{% if outer_port|length > 0 %}
{% for port in outer_port %} {% endfor %}
端口 对外服务 外部访问 访问方式
{{port.container_port}} {{port.protocol}}
{% endif %} {% if dependecy_services %}
{% for key, deployed_services in dependecy_services.items %}
依赖{{dependecy_info|mkey:key}}-{{dependecy_version|mkey:key}} {% endfor %}
{% endif %} {% if envs|length > 0 %}
{% for env in envs %} {% if 'direct_copy' in env.options %} {% else %} {% endif %} {% endfor %}
变量名称 变量值
{{env.attr_name}}{{env.attr_value}}
{% endif %}
{% endblock %}