Automated Manifest Update (#2259)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: #2259 Co-authored-by: gitea-bot <gitea-bot@alexlebens.net> Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #2259.
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
---
|
||||
# Source: argocd/charts/argo-cd/templates/argocd-notifications/metrics.yaml
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: argocd-notifications-controller-metrics
|
||||
namespace: argocd
|
||||
labels:
|
||||
helm.sh/chart: argo-cd-9.1.5
|
||||
app.kubernetes.io/name: argocd-metrics
|
||||
app.kubernetes.io/instance: argocd
|
||||
app.kubernetes.io/component: notifications-controller
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
app.kubernetes.io/part-of: argocd
|
||||
app.kubernetes.io/version: "v3.2.1"
|
||||
spec:
|
||||
type: ClusterIP
|
||||
selector:
|
||||
app.kubernetes.io/name: argocd-notifications-controller
|
||||
app.kubernetes.io/instance: argocd
|
||||
ports:
|
||||
- name: http-metrics
|
||||
protocol: TCP
|
||||
port: 9001
|
||||
targetPort: metrics
|
||||
Reference in New Issue
Block a user