Monitoring Addons
YAML Specifications
apiVersion: sunpike.platform9.com/v1alpha2
kind: ClusterAddon
metadata:
labels:
sunpike.pf9.io/cluster: '<clsuuid>'
type: monitoring
name: <clsuuid>-monitoring
namespace: default
spec:
clusterID: '<clsuuid>'
override:
params:
# storageClassName and pvcSize are optional params, if storage backend
# is not configured the prometheus pod will remain in Pending state
- name: storageClassName
value: default
- name: pvcSize
value: "1Gi"
- name: retentionTime
value: "7d"
type: monitoring
version: 0.46.0
watch: truePrometheus YAML
Last updated
Was this helpful?
