albundy83 commented on code in PR #52953:
URL: https://github.com/apache/airflow/pull/52953#discussion_r2352640086


##########
chart/templates/api-server/api-server-ingress.yaml:
##########
@@ -94,7 +94,7 @@ spec:
             pathType: {{ .pathType }}
             backend:
               service:
-                name: {{ .serviceName }}
+                name: {{ $fullname }}-api-server

Review Comment:
   As the Service name has been updated 
[here](https://github.com/apache/airflow/blob/helm-chart/1.18.0/chart/templates/api-server/api-server-service.yaml#L27),
 you need to update it in the Ingress as well to maintain consistency.



-- 
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]

Reply via email to