summaryrefslogtreecommitdiffstats
path: root/roles/openshift_hosted_templates/files/v1.4/origin/metrics-deployer.yaml
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2016-11-14 16:13:23 -0500
committerGitHub <noreply@github.com>2016-11-14 16:13:23 -0500
commitb6fa0f86de23374e8f060e23b2ded0ddbd3eaa1a (patch)
treedeb253fe00fb35f74bacbf9d946ad6c19784f024 /roles/openshift_hosted_templates/files/v1.4/origin/metrics-deployer.yaml
parentae34dc20b9e797d6b73576b30b73931beca693ec (diff)
parent239c40d5381f9d2eca7d2aa1de3141d27642b0ac (diff)
downloadopenshift-b6fa0f86de23374e8f060e23b2ded0ddbd3eaa1a.tar.gz
openshift-b6fa0f86de23374e8f060e23b2ded0ddbd3eaa1a.tar.bz2
openshift-b6fa0f86de23374e8f060e23b2ded0ddbd3eaa1a.tar.xz
openshift-b6fa0f86de23374e8f060e23b2ded0ddbd3eaa1a.zip
Merge pull request #2802 from sdodson/image-stream-sync
Sync latest image stream and templates
Diffstat (limited to 'roles/openshift_hosted_templates/files/v1.4/origin/metrics-deployer.yaml')
-rw-r--r--roles/openshift_hosted_templates/files/v1.4/origin/metrics-deployer.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/openshift_hosted_templates/files/v1.4/origin/metrics-deployer.yaml b/roles/openshift_hosted_templates/files/v1.4/origin/metrics-deployer.yaml
index 5f2290419..54691572a 100644
--- a/roles/openshift_hosted_templates/files/v1.4/origin/metrics-deployer.yaml
+++ b/roles/openshift_hosted_templates/files/v1.4/origin/metrics-deployer.yaml
@@ -86,6 +86,8 @@ objects:
value: ${HEAPSTER_NODE_ID}
- name: METRIC_RESOLUTION
value: ${METRIC_RESOLUTION}
+ - name: STARTUP_TIMEOUT
+ value: ${STARTUP_TIMEOUT}
dnsPolicy: ClusterFirst
restartPolicy: Never
serviceAccount: metrics-deployer
@@ -160,3 +162,7 @@ parameters:
description: "How often metrics should be gathered. Defaults value of '15s' for 15 seconds"
name: METRIC_RESOLUTION
value: "15s"
+-
+ description: "How long in seconds we should wait until Hawkular Metrics and Heapster starts up before attempting a restart"
+ name: STARTUP_TIMEOUT
+ value: "500"