Skip to content

Commit

Permalink
fix: istio logging for upgrade tests (#3414)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwdouglas authored Nov 18, 2024
1 parent f0e1ad8 commit 3db938c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions deployment/Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ wait-for-kube:
while [ -z "$(kubectl get pod ftl-postgresql-0)" ]; do sleep 1; done
kubectl wait --for=condition=ready pod/ftl-postgresql-0 --timeout=5m
kubectl wait --for=condition=available deployment/ftl-controller --timeout=5m
kubectl wait --for=condition=available deployment/registry --timeout=5m
sleep 1
ftl status || sleep 5 && ftl status

Expand Down
14 changes: 14 additions & 0 deletions deployment/values-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ ingress:
ingress.kubernetes.io/ssl-redirect: "false"
kubernetes.io/ingress.class: traefik
controller:
podAnnotations:
proxy.istio.io/config: |
holdApplicationUntilProxyStarts: true
sidecar.istio.io/logLevel: "debug"
service:
ports:
- name: "http-8892"
Expand All @@ -14,11 +18,21 @@ controller:
- name: "http-8891"
port: 8891
provisioner:
podAnnotations:
proxy.istio.io/config: |
holdApplicationUntilProxyStarts: true
sidecar.istio.io/logLevel: "debug"
enabled: true
service:
ports:
- name: "http-8893"
port: 8893

runner:
podAnnotations:
proxy.istio.io/config: |
holdApplicationUntilProxyStarts: true
sidecar.istio.io/logLevel: "debug"

istio:
enabled: true

0 comments on commit 3db938c

Please sign in to comment.