nevcohen commented on code in PR #41759:
URL: https://github.com/apache/airflow/pull/41759#discussion_r1731508259
##########
chart/values.yaml:
##########
@@ -222,6 +222,66 @@ ingress:
# the name of a pre-created Secret containing a TLS private key and
certificate
secretName: ""
+ # Configs for the Ingress of the flower Service
Review Comment:
`of the **statsd** Service`
##########
chart/values.yaml:
##########
@@ -222,6 +222,66 @@ ingress:
# the name of a pre-created Secret containing a TLS private key and
certificate
secretName: ""
+ # Configs for the Ingress of the flower Service
+ statsd:
+ # Enable web ingress resource
+ enabled: false
+
+ # Annotations for the statsd Ingress
+ annotations: {}
+
+ # The path for the statsd Ingress
+ path: "/metrics"
+
+ # The pathType for the above path (used only with Kubernetes v1.19 and
above)
+ pathType: "ImplementationSpecific"
+
+ # The hostname for the statsd Ingress (Deprecated - renamed to
`ingress.statsd.hosts`)
+ host: ""
+
+ # The hostnames or hosts configuration for the statsd Ingress
+ hosts: []
+ # # The hostname for the statsd Ingress (can be templated)
+ # - name: ""
+ # tls:
+ # # Enable TLS termination for the statsd Ingress
+ # enabled: false
+ # # the name of a pre-created Secret containing a TLS private key and
certificate
+ # secretName: ""
+
+ # The Ingress Class for the statsd Ingress (used only with Kubernetes
v1.19 and above)
+ ingressClassName: ""
+
+ # Configs for the Ingress of the flower Service
Review Comment:
Same `of the **pgbouncer** Service`
--
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]