Skip to content

Commit

Permalink
Create prometheus.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Jul 29, 2024
1 parent 38e60ed commit ccffa59
Showing 1 changed file with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
apiVersion: monitoring.coreos.com/v1
kind: Prometheus
metadata:
name: pi-network-prometheus
spec:
replicas: 2
serviceAccountName: pi-network-prometheus
serviceMonitorSelector:
matchLabels:
app: pi-network
resources:
requests:
cpu: 100m
memory: 512Mi
storage:
volumeClaimTemplate:
spec:
accessModes: ["ReadWriteOnce"]
resources:
requests:
storage: 10Gi

0 comments on commit ccffa59

Please sign in to comment.