summaryrefslogtreecommitdiffstats
path: root/site/intel-pod15/software/charts/osh-infra/prometheus.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'site/intel-pod15/software/charts/osh-infra/prometheus.yaml')
-rw-r--r--site/intel-pod15/software/charts/osh-infra/prometheus.yaml35
1 files changed, 0 insertions, 35 deletions
diff --git a/site/intel-pod15/software/charts/osh-infra/prometheus.yaml b/site/intel-pod15/software/charts/osh-infra/prometheus.yaml
deleted file mode 100644
index d00e96a..0000000
--- a/site/intel-pod15/software/charts/osh-infra/prometheus.yaml
+++ /dev/null
@@ -1,35 +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:
- replicas:
- prometheus: 1
- resources:
- enabled: true
- prometheus:
- limits:
- memory: "4Gi"
- cpu: "2000m"
- requests:
- memory: "2Gi"
- cpu: "1000m"
- storage:
- requests:
- storage: 20Gi
-...