Created
November 19, 2022 16:39
-
-
Save codatory/d6d62a02369d7ccf725b6a72bc92eeca to your computer and use it in GitHub Desktop.
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
alertmanager: | |
enabled: false | |
grafana: | |
defaultDasboardsTimezone: "America/Indiana/Indianapolis" | |
persistence: | |
enabled: true | |
service: | |
type: "LoadBalancer" | |
initChownData: | |
enabled: false | |
prometheus: | |
prometheusSpec: | |
storageSpec: | |
volumeClaimTemplate: | |
spec: | |
accessModes: ["ReadWriteOnce"] | |
resources: | |
requests: | |
storage: 50Gi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment