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.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment