Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ankushagarwal/e9a63f72de012aa18d87ed81539fa5f3 to your computer and use it in GitHub Desktop.
Save ankushagarwal/e9a63f72de012aa18d87ed81539fa5f3 to your computer and use it in GitHub Desktop.

Revisions

  1. ankushagarwal created this gist Jul 21, 2020.
    16 changes: 16 additions & 0 deletions gistfile1.txt
    Original 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