cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

podmonitor.yaml (374B)


      1 apiVersion: monitoring.coreos.com/v1
      2 kind: PodMonitor
      3 metadata:
      4   name: matrix-media-repo
      5   labels:
      6     instance: midnightthoughts
      7   namespace: matrix
      8 spec:
      9   namespaceSelector:
     10     matchNames:
     11       - "matrix"
     12   podMetricsEndpoints:
     13     - interval: 5s
     14       path: /metrics
     15       port: monitoring
     16   selector:
     17     matchLabels:
     18       app.kubernetes.io/name: matrix-media-repo