-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f3adfe7
commit 6be4043
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
samples/generic-base/monitoring/user-values-openshift-grafana.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
## NOTE: This file is *only* approprite for deployments on OpenShift clusters. | ||
## On other cloud-providers, Grafana-related customizations should be | ||
## specified within the grafana stanza (section) of the the file | ||
## user-values-prom-operator.yaml within your USER_DIR directory. | ||
|
||
|
||
## Chart: https://github.com/grafana/helm-charts/tree/main/charts/grafana | ||
## Default values: https://github.com/grafana/helm-charts/blob/main/charts/grafana/values.yaml | ||
## | ||
## NOTE: Refer to the ARTIFACT_INVENTORY.md file in the project repo for | ||
## information on the specific version of Grafana being deployed | ||
|
||
|
||
#image: | ||
# registry: docker.io | ||
# repository: grafana/grafana | ||
# tag: 11.1.0 | ||
# pullPolicy: IfNotPresent | ||
#resources: | ||
# requests: | ||
# cpu: "250m" | ||
# memory: "150Mi" | ||
#persistence: | ||
# enabled: true | ||
# storageClassName: myStorageClass | ||
# size: 5Gi |