Skip to content

Commit 0a37092

Browse files
committed
2regions-hrr example fix
1 parent 745e940 commit 0a37092

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

examples/2regions-hrr/templates/lothlorien-config.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ groups {
2525
}{% if UPSTREAM_SERVICE_NAME is not none %}
2626
group MESHRR-UPSTREAM {
2727
type internal;
28+
export UPSTREAM-OUT;
2829
}{% endif %}
2930
}
3031
}

examples/2regions-hrr/templates/mirkwood-config.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ groups {
2525
}{% if UPSTREAM_SERVICE_NAME is not none %}
2626
group MESHRR-UPSTREAM {
2727
type internal;
28+
export UPSTREAM-OUT;
2829
}{% endif %}
2930
}
3031
}

0 commit comments

Comments
 (0)