Created
August 23, 2019 12:02
-
-
Save ipochi/a06ce53f63e7f751f1a96147d929b7f9 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| prometheus: | |
| prometheusSpec: | |
| replicas: 1 | |
| storageSpec: | |
| volumeClaimTemplate: | |
| metadata: | |
| name: data | |
| spec: | |
| storageClassName: openebs-jiva-default | |
| accessModes: ["ReadWriteOnce"] | |
| resources: | |
| requests: | |
| storage: 20Gi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment