File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed
drydock/templates/drydock/k8s/ingress Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change 40
40
name : {% if DRYDOCK_BYPASS_CADDY -%}mfe{% else -%}caddy{% endif %}
41
41
port :
42
42
number : {% if DRYDOCK_BYPASS_CADDY -%}8002{% else -%}80{% endif %}
43
- {% for app_name, app in iter_mfes() %}
44
- - pathType : Prefix
45
- path : " /{{app_name}}"
46
- backend :
47
- service :
48
- name : {% if DRYDOCK_BYPASS_CADDY -%}mfe{% else -%}caddy{% endif %}
49
- port :
50
- number : {% if DRYDOCK_BYPASS_CADDY -%}8002{% else -%}80{% endif %}
51
- {%- endfor %}
52
43
- pathType : Prefix
53
44
path : " /"
54
45
backend :
68
59
name : {% if DRYDOCK_BYPASS_CADDY -%}mfe{% else -%}caddy{% endif %}
69
60
port :
70
61
number : {% if DRYDOCK_BYPASS_CADDY -%}8002{% else -%}80{% endif %}
71
- {% for app_name, app in iter_mfes() %}
72
- - pathType : Prefix
73
- path : " /{{app_name}}"
74
- backend :
75
- service :
76
- name : {% if DRYDOCK_BYPASS_CADDY -%}mfe{% else -%}caddy{% endif %}
77
- port :
78
- number : {% if DRYDOCK_BYPASS_CADDY -%}8002{% else -%}80{% endif %}
79
- {%- endfor %}
80
62
- pathType : Prefix
81
63
path : " /"
82
64
backend :
You can’t perform that action at this time.
0 commit comments