Miretpl commented on code in PR #70026:
URL: https://github.com/apache/airflow/pull/70026#discussion_r3659887192
##########
chart/templates/workers/worker-deployment.yaml:
##########
@@ -123,6 +123,11 @@ spec:
{{- tpl (toYaml $podAnnotations) . | nindent 8 }}
{{- end }}
spec:
+ {{- if not $persistence }}
+ # Fix TaskInstance hostname service resolution for Deployments
+ #
https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-hostname-and-subdomain-field
Review Comment:
```suggestion
```
This is Kubernetes-specific knowledge that the reader should already have.
--
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]