kubebuilder
kubebuilder copied to clipboard
✨ Make webhook and metrics ports configurable in Helm chart template
trafficstars
close #4802
What I changed
- values.yaml: Added
webhook.port: 9443andmetrics.port: 8443configuration options - Templates: Updated Service and Deployment templates to reference
{{ .Values.webhook.port }}and{{ .Values.metrics.port }}