You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the kleat + kustomize deployment path, traffic from gate gets sent to clouddriver-rw instead of clouddriver-ro-deck.
This is because there is no override in the gate config file; traffic just goes to the generic clouddriver service, which points to clouddriver-rw. We'll likely need to add an override in the gate config (or come up with a more generic solution).
The text was updated successfully, but these errors were encountered:
When using the kleat + kustomize deployment path, traffic from gate gets sent to
clouddriver-rw
instead ofclouddriver-ro-deck
.This is because there is no override in the gate config file; traffic just goes to the generic
clouddriver
service, which points toclouddriver-rw
. We'll likely need to add an override in the gate config (or come up with a more generic solution).The text was updated successfully, but these errors were encountered: