stricklandye commented on issue #2644: URL: https://github.com/apache/apisix-ingress-controller/issues/2644#issuecomment-3478702904
I see. Finally, I didnt use the official helm repo and downloaded charts from github repo then I made some modification to the helm chart which just replaces ectd host with a external etcd service (ClusterIP) , I didnt modify any rest of configuration. So from the [helm chart](https://github.com/apache/apisix-helm-chart/blob/master/charts/apisix-ingress-controller/values.yaml): ```yaml config: logLevel: "info" controllerName: apisix.apache.org/apisix-ingress-controller leaderElection: id: "apisix-ingress-controller-leader" leaseDuration: "15s" renewDeadline: "10s" retryPeriod: "2s" disable: false metricsAddr: ":8080" enableHTTP2: false probeAddr: ":8081" secureMetrics: false execADCTimeout: "15s" provider: type: "apisix" syncPeriod: "1m" initSyncDelay: "20m" kubernetes: ingressClass: apisix defaultIngressClass: false ``` Is it standalone mode ? -- 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]
