Skip to content

Commit

Permalink
add proxy.istio.io/config: '{ holdApplicationUntilProxyStarts: true }…
Browse files Browse the repository at this point in the history
…' annotation so we don't run into network issues
  • Loading branch information
anthony bible committed Nov 18, 2022
1 parent 8f3b213 commit 73093f8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions k8s/database.deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ spec:
linkerd.io/inject: enabled
# Have to disable outbound ports since it's outside of cluster: https://linkerd.io/2.11/reference/proxy-configuration/
config.linkerd.io/skip-outbound-ports: "3306"
proxy.istio.io/config: '{ "holdApplicationUntilProxyStarts": true }'
labels:
app: database
name: database
Expand Down
1 change: 1 addition & 0 deletions k8s/email.deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ spec:
metadata:
annotations:
linkerd.io/inject: enabled
proxy.istio.io/config: '{ "holdApplicationUntilProxyStarts": true }'
labels:
app: email
name: email
Expand Down
1 change: 1 addition & 0 deletions k8s/encryption.deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ spec:
metadata:
annotations:
linkerd.io/inject: enabled
proxy.istio.io/config: '{ "holdApplicationUntilProxyStarts": true }'
labels:
app: encryption
name: encryption
Expand Down
1 change: 1 addition & 0 deletions k8s/password-exchange.deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ spec:
metadata:
annotations:
linkerd.io/inject: enabled
proxy.istio.io/config: '{ "holdApplicationUntilProxyStarts": true }'
labels:
app: passwordexchange
name: passwordexchange
Expand Down

0 comments on commit 73093f8

Please sign in to comment.