You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(helm): add configurable PolicyServer port fields to defaults chart
Adds webhookPort, readinessProbePort, and metricsPort fields under policyServer in values.yaml (defaulting to 0, meaning use the PolicyServer CRD default). The policyserver-default.yaml template conditionally emits these fields when they are non-zero. values.schema.json is updated with integer constraints (0-65535) for the new fields. Helm unit tests verify that zero values are omitted and non-zero values are passed through to the PolicyServer spec.
Signed-off-by: José Guilherme Vanz <jguilhermevanz@suse.com>
Assisted-by: Github Copilot
0 commit comments