mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-22 01:17:16 +00:00
The recommended labels are the ones described here: https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/ The manifests labels should be in sync with the helm chart Also this is a follow up after the discussion from: https://github.com/argoproj/argo-cd/pull/1035
16 lines
351 B
YAML
16 lines
351 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
labels:
|
|
app.kubernetes.io/name: argocd-metrics
|
|
app.kubernetes.io/part-of: argocd
|
|
app.kubernetes.io/component: metrics
|
|
name: argocd-metrics
|
|
spec:
|
|
ports:
|
|
- name: metrics
|
|
protocol: TCP
|
|
port: 8082
|
|
targetPort: 8082
|
|
selector:
|
|
app.kubernetes.io/name: argocd-application-controller
|