Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save ipochi/f3cbc6bb4d800610dd513931ce67c42b to your computer and use it in GitHub Desktop.

Select an option

Save ipochi/f3cbc6bb4d800610dd513931ce67c42b to your computer and use it in GitHub Desktop.
prometheus:
prometheusSpec:
replicas: 1
storageSpec:
volumeClaimTemplate:
metadata:
name: data
spec:
storageClassName: openebs-jiva-default
accessModes: ["ReadWriteOnce"]
resources:
requests:
storage: 3Gi
thanos:
baseImage: improbable/thanos
version: v0.2.1
peers: thanos-peers.monitoring.svc:10900
objectStorageConfig:
key: thanos.yaml
name: thanos-objstore-config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment