Fix reference to heapster Deployment in addon

The `heapster-nanny` container requires a reference to its own
deployment, which is named `heapster` in these manifests.

Fix #581
This commit is contained in:
Jesse Dubay 2016-10-21 16:09:07 -07:00
parent 8884ec793f
commit 187a13bfc8
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ spec:
- --memory=140Mi
- --extra-memory=4Mi
- --threshold=5
- --deployment=heapster-v1.1.0
- --deployment=heapster
- --container=heapster
- --poll-period=300000
- --estimator=exponential

View File

@ -69,7 +69,7 @@ spec:
- --memory=140Mi
- --extra-memory=4Mi
- --threshold=5
- --deployment=heapster-v1.2.0
- --deployment=heapster
- --container=heapster
- --poll-period=300000
- --estimator=exponential