Skip to content

Commit

Permalink
fix: istio sidecar config (#3167)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwdouglas authored Oct 22, 2024
1 parent 104591f commit ea9bf4c
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions charts/ftl/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ controller:
protocol: TCP
targetPort: 8891

podAnnotations: null
podAnnotations:
proxy.istio.io/config: |
holdApplicationUntilProxyStarts: true
nodeSelector: null
affinity: null
topologySpreadConstraints: null
Expand Down Expand Up @@ -134,7 +136,9 @@ provisioner:
protocol: TCP
targetPort: 8893

podAnnotations: null
podAnnotations:
proxy.istio.io/config: |
holdApplicationUntilProxyStarts: true
nodeSelector: null
affinity: null
topologySpreadConstraints: null
Expand Down Expand Up @@ -183,7 +187,9 @@ runner:
- port: 8893
targetPort: 8893

podAnnotations: null
podAnnotations:
proxy.istio.io/config: |
holdApplicationUntilProxyStarts: true
nodeSelector: null
affinity: null
topologySpreadConstraints: null
Expand Down

0 comments on commit ea9bf4c

Please sign in to comment.