Skip to content

Commit

Permalink
Merge pull request kubernetes#3677 from adammw/adammw/vpa-ports
Browse files Browse the repository at this point in the history
Update vertical-pod-autoscaler containerPorts to reflect default ports
  • Loading branch information
k8s-ci-robot authored Nov 24, 2020
2 parents ec2709e + bc325c3 commit ec7a71c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ spec:
memory: 200Mi
ports:
- containerPort: 8000
- name: prometheus
containerPort: 8944
volumes:
- name: tls-certs
secret:
Expand Down
3 changes: 2 additions & 1 deletion vertical-pod-autoscaler/deploy/recommender-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ spec:
cpu: 50m
memory: 500Mi
ports:
- containerPort: 8080
- name: prometheus
containerPort: 8942
3 changes: 2 additions & 1 deletion vertical-pod-autoscaler/deploy/updater-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ spec:
cpu: 50m
memory: 500Mi
ports:
- containerPort: 8080
- name: prometheus
containerPort: 8943

0 comments on commit ec7a71c

Please sign in to comment.