Skip to content

Commit 0adb891

Browse files
authored
fix maestro server restart with istio. (#452)
Signed-off-by: Morven Cao <lcao@redhat.com>
1 parent 7fea9a3 commit 0adb891

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

templates/service-template.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,11 @@ objects:
198198
metadata:
199199
labels:
200200
app: maestro
201+
annotations:
202+
proxy.istio.io/config: |
203+
{
204+
"holdApplicationUntilProxyStarts": true
205+
}
201206
spec:
202207
serviceAccountName: maestro
203208
volumes:

templates/service-tls-template.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,11 @@ objects:
247247
metadata:
248248
labels:
249249
app: maestro
250+
annotations:
251+
proxy.istio.io/config: |
252+
{
253+
"holdApplicationUntilProxyStarts": true
254+
}
250255
spec:
251256
serviceAccountName: maestro
252257
volumes:

0 commit comments

Comments
 (0)