commit 3f45400da52325ce62df25006a996e47b5d0ea39 parent eed96ef1ca5b7e02383bf6de40c999682430984c Author: MTRNord <mtrnord1@gmail.com> Date: Fri, 23 Jun 2023 20:35:48 +0200 Try to fix servicemonitor Diffstat:
| M | apps/base/matrix/draupnir4all/metrics.yaml | | | 6 | +----- |
| M | apps/base/matrix/draupnir4all/service.yaml | | | 2 | +- |
2 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/apps/base/matrix/draupnir4all/metrics.yaml b/apps/base/matrix/draupnir4all/metrics.yaml @@ -4,13 +4,9 @@ kind: ServiceMonitor metadata: name: draupnir4all namespace: matrix - labels: - app.kubernetes.io/component: appservice - app.kubernetes.io/instance: main-process - app.kubernetes.io/name: mjolnir4all spec: selector: matchLabels: - app.kubernetes.io/name: draupnir4all + app: draupnir4all endpoints: - port: appservice diff --git a/apps/base/matrix/draupnir4all/service.yaml b/apps/base/matrix/draupnir4all/service.yaml @@ -4,7 +4,7 @@ metadata: name: draupnir4all namespace: matrix labels: - app.kubernetes.io/name: mjolnir4all + app: mjolnir4all spec: selector: app: draupnir4all