summaryrefslogtreecommitdiffstats
path: root/type/cntt/software/charts/osh-infra/prometheus.yaml
diff options
context:
space:
mode:
authorKaspars Skels <kaspars.skels@att.com>2019-08-20 16:25:30 -0500
committerKaspars Skels <kaspars.skels@att.com>2019-08-21 15:34:27 -0500
commit93bbc8a5ed3c9799ba3ffea61989fc0ce0097c1e (patch)
treefd439011adb958299ef54243c88762344ed5970f /type/cntt/software/charts/osh-infra/prometheus.yaml
parenta009abc0c049a8c80cff348af1f3329518124847 (diff)
Configure OSH Infra for HA
Change-Id: Ib950014bd8f921cc534ec142090dbbf3036f02bf Signed-off-by: Kaspars Skels <kaspars.skels@att.com>
Diffstat (limited to 'type/cntt/software/charts/osh-infra/prometheus.yaml')
-rw-r--r--type/cntt/software/charts/osh-infra/prometheus.yaml4
1 files changed, 1 insertions, 3 deletions
diff --git a/type/cntt/software/charts/osh-infra/prometheus.yaml b/type/cntt/software/charts/osh-infra/prometheus.yaml
index 4b02c04..d92b7d0 100644
--- a/type/cntt/software/charts/osh-infra/prometheus.yaml
+++ b/type/cntt/software/charts/osh-infra/prometheus.yaml
@@ -18,8 +18,6 @@ metadata:
data:
values:
pod:
- replicas:
- prometheus: 1
resources:
enabled: true
prometheus:
@@ -31,5 +29,5 @@ data:
cpu: "1000m"
storage:
requests:
- storage: 50Gi
+ storage: 40Gi
...