-
Notifications
You must be signed in to change notification settings - Fork 227
Open
Labels
chart( cluster )Related to the cluster chartRelated to the cluster chart
Description
Hi,
we're running cnpg in hostNetwork mode and I've run into an issue that the metrics port can't be customized easily through the helm chart.
I'd like to request the following changes:
values.yaml
monitoring:
port: 8080
listenHost: ""deployment.yaml:
# ...
--webhook-port={{.Values.webhook.port}}
--metrics-bind-address={{.Values.monitoring.listenHost}}:{{.Values.monitoring.port}}
# ...
ports:
- containerPort: {{ .Values.monitoring.port }}
name: metrics
# ...Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
chart( cluster )Related to the cluster chartRelated to the cluster chart