## Labels to be added to the Ingress ## labels: app:grafana
## Hostnames. ## Must be provided if Ingress is enable. ## # hosts: # - grafana.domain.com hosts: -gfn.seancheng.space
## Path for grafana ingress path:/
## TLS configuration for grafana Ingress ## Secret must be manually created in the namespace ## tls: [] # - secretName: grafana-general-tls # hosts: # - grafana.example.com
Prometheus
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
# values.yaml
prometheus: enabled:true ## Prometheus StorageSpec for persistent data ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/user-guides/storage.md ## storageSpec: ## Using PersistentVolumeClaim ## volumeClaimTemplate: spec: storageClassName:standard accessModes: ["ReadWriteOnce"] resources: requests: storage:50Gi