Skip to content

Commit

Permalink
feat: add podmonitor crd for keramik operator deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
3benbox committed Feb 6, 2024
1 parent 2fee683 commit 2f30958
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions k8s/operator/manifests/podmonitor.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
apiVersion: monitoring.coreos.com/v1
kind: PodMonitor
metadata:
name: keramik-operator
spec:
podMetricsEndpoints:
- interval: 10s
path: /metrics
targetPort: 9464
selector:
matchLabels:
app: keramik-operator

0 comments on commit 2f30958

Please sign in to comment.