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
{{ message }}
This repository has been archived by the owner on Jul 16, 2019. It is now read-only.
I'm using VS 2019 to deploy Traefic and my Applications.
Most things are working except for loadbalancing (I'm trying to set to DRR).
I tried the following config in servicemanifest.xml but the dashboard is still showing
Load Balancer Method wrr
Should I edit the .toml file instead of servicemanifest.xml? How do I go about doing it.
<ServiceTypes>
<!-- This is the name of your ServiceType.
This name must match the string used in RegisterServiceType call in Program.cs. -->
<StatelessServiceType ServiceTypeName="TheApiType">
<Extensions>
<Extension Name="Traefik">
<Labels xmlns="http://schemas.microsoft.com/2015/03/fabact-no-schema">
<Label Key="traefik.frontend.rule.none-productapi">PathPrefix: /api/values</Label>
<Label Key="traefik.enable">true</Label>
<Label Key="traefik.frontend.passHostHeader">true</Label>
<Label key="traefik.backend.loadbalancer.method">drr</Label>
</Labels>
</Extension>
</Extensions>
</StatelessServiceType>
</ServiceTypes>
The text was updated successfully, but these errors were encountered:
I'm using VS 2019 to deploy Traefic and my Applications.
Most things are working except for loadbalancing (I'm trying to set to DRR).
I tried the following config in servicemanifest.xml but the dashboard is still showing
Load Balancer Method wrr
Should I edit the .toml file instead of servicemanifest.xml? How do I go about doing it.
The text was updated successfully, but these errors were encountered: