kubebuilder icon indicating copy to clipboard operation
kubebuilder copied to clipboard

✨ Make webhook and metrics ports configurable in Helm chart template

Open Okabe-Junya opened this issue 4 months ago • 6 comments
trafficstars

close #4802

What I changed

  • values.yaml: Added webhook.port: 9443 and metrics.port: 8443 configuration options
  • Templates: Updated Service and Deployment templates to reference {{ .Values.webhook.port }} and {{ .Values.metrics.port }}

Okabe-Junya avatar Jun 26 '25 16:06 Okabe-Junya