Skip to content

Commit b09909e

Browse files
authored
Merge pull request kubernetes-sigs#295 from r0bj/fix_metrics_port
fix: helm fix metrics port
2 parents 198927f + 8e08138 commit b09909e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ deployment:
3535
# Number of replicas for the Pods to run
3636
replicaCount: 1
3737
# Port that the container will expose
38-
containerPort: 8080
38+
containerPort: 8078
3939
# Annotations to add to the Pod
4040
podAnnotations: {}
4141
# Labels to add to the Pod

0 commit comments

Comments
 (0)