Revolyssup commented on issue #2176: URL: https://github.com/apache/apisix-ingress-controller/issues/2176#issuecomment-1993647765
> @Revolyssup The domains are modified and provided for security reasons. > > ```yaml > apiVersion: apisix.apache.org/v2 > kind: ApisixUpstream > metadata: > name: feature-flags-nodes-upstream > spec: > loadbalancer: > type: roundrobin > passHost: node > scheme: https > externalNodes: > - type: Domain > name: svc01.corp.com > port: 443 > weight: 50 > - type: Domain > name: svc02.corp.com > port: 443 > weight: 50 > healthCheck: > active: > type: https > port: 443 > strictTLS: true > httpPath: / > healthy: > successes: 1 > interval: 3s > httpCodes: > - 404 > unhealthy: > httpCodes: > - 503 > - 504 > httpFailures: 1 > interval: 3s > timeouts: 3 > passive: > healthy: > successes: 1 > httpCodes: > - 404 > unhealthy: > httpCodes: > - 503 > - 504 > httpFailures: 1 > timeouts: 3 > ``` Also then provide the original route configuration -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
