Andrei Kvapil
2024-07-16 08:06:16 +02:00
committed by GitHub
parent 5bbc488e9c
commit 07d666c0be
3 changed files with 5 additions and 6 deletions

View File

@@ -3,4 +3,4 @@ name: ingress
description: NGINX Ingress Controller
icon: https://docs.nginx.com/nginx-ingress-controller/images/icons/NGINX-Ingress-Controller-product-icon.svg
type: application
version: 1.1.0
version: 1.2.0

View File

@@ -3,12 +3,11 @@ apiVersion: operator.victoriametrics.com/v1beta1
kind: VMPodScrape
metadata:
name: nginx-ingress-controller
namespace: cozy-monitoring
spec:
jobLabel: jobLabel
namespaceSelector:
matchNames:
- cozy-ingress-nginx
- {{ .Release.Namespace }}
podMetricsEndpoints:
- port: metrics
honorLabels: true
@@ -29,12 +28,11 @@ apiVersion: operator.victoriametrics.com/v1beta1
kind: VMPodScrape
metadata:
name: nginx-ingress-controller-detailed
namespace: cozy-monitoring
spec:
jobLabel: jobLabel
namespaceSelector:
matchNames:
- cozy-ingress-nginx
- {{ .Release.Namespace }}
podMetricsEndpoints:
- port: metrics2
honorLabels: true

View File

@@ -3,6 +3,7 @@ etcd 2.0.0 a6d0f7cf
etcd 2.0.1 6fc1cc7d
etcd 2.1.0 HEAD
ingress 1.0.0 f642698
ingress 1.1.0 HEAD
ingress 1.1.0 838bee5d
ingress 1.2.0 HEAD
monitoring 1.0.0 f642698
monitoring 1.1.0 HEAD