https://prefect.io logo
a

Aaron Gee-Clough

07/16/2023, 3:27 PM
Hey, folks, a question: I'm trying to get prefect server installed in a k8s cluster with an existing postgres instance, and using a Loadbalancer instead of ingress or clusterIP. If I submitted a pull request (or two or three) to support those options in the helm charts, would the maintainers be amenable to that, or is that not hte direction you all want to go with it?
👀 1
For example, changing the prefect-server
values.yaml
to have service.type change from
ClusterIP
to
{{ .Values.service.type | default ClusterIP  }}
j

Jamie Zieziula

07/17/2023, 1:58 AM
absolutely - open away!