summaryrefslogtreecommitdiffstats
path: root/site/intel-pod17/software/charts/osh-infra/prometheus.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'site/intel-pod17/software/charts/osh-infra/prometheus.yaml')
-rw-r--r--site/intel-pod17/software/charts/osh-infra/prometheus.yaml33
1 files changed, 0 insertions, 33 deletions
diff --git a/site/intel-pod17/software/charts/osh-infra/prometheus.yaml b/site/intel-pod17/software/charts/osh-infra/prometheus.yaml
deleted file mode 100644
index c4cd4bf..0000000
--- a/site/intel-pod17/software/charts/osh-infra/prometheus.yaml
+++ /dev/null
@@ -1,33 +0,0 @@
----
-schema: armada/Chart/v1
-metadata:
- schema: metadata/Document/v1
- replacement: true
- name: prometheus
- labels:
- name: prometheus-type
- layeringDefinition:
- abstract: false
- layer: site
- parentSelector:
- name: prometheus-global
- actions:
- - method: merge
- path: .
- storagePolicy: cleartext
-data:
- values:
- pod:
- resources:
- enabled: true
- prometheus:
- limits:
- memory: "4Gi"
- cpu: "2000m"
- requests:
- memory: "2Gi"
- cpu: "1000m"
- storage:
- requests:
- storage: 10Gi
-...