We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fea9a3 commit 0adb891Copy full SHA for 0adb891
templates/service-template.yml
@@ -198,6 +198,11 @@ objects:
198
metadata:
199
labels:
200
app: maestro
201
+ annotations:
202
+ proxy.istio.io/config: |
203
+ {
204
+ "holdApplicationUntilProxyStarts": true
205
+ }
206
spec:
207
serviceAccountName: maestro
208
volumes:
templates/service-tls-template.yml
@@ -247,6 +247,11 @@ objects:
247
248
249
250
251
252
253
254
255
256
257
0 commit comments