Created
July 21, 2020 00:43
-
-
Save ankushagarwal/e9a63f72de012aa18d87ed81539fa5f3 to your computer and use it in GitHub Desktop.
Revisions
-
ankushagarwal created this gist
Jul 21, 2020 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,16 @@ apiVersion: v1 kind: Pod metadata: name: task-pv-pod spec: volumes: - name: task-pv-storage persistentVolumeClaim: claimName: storage-volume-libra-testnet-prometheus-server-0 containers: - name: task-pv-container image: prom/prometheus:v2.16.0 command: ["sleep", "1000000"] volumeMounts: - mountPath: "/data" name: task-pv-storage