We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3cc2b1 commit ce9bb08Copy full SHA for ce9bb08
1 file changed
charts/victoriametrics/templates/victoriametrics/vmagent/vmagent-statefulset.yaml
@@ -17,10 +17,6 @@ spec:
17
labels: {{- include "common.labels.standard" . | nindent 8 }}
18
app: drycc-victoriametrics
19
component: drycc-victoriametrics-vmagent
20
- annotations:
21
- prometheus.io/path: "/metrics"
22
- prometheus.io/port: "8429"
23
- prometheus.io/scrape: "true"
24
spec:
25
affinity:
26
podAffinity: {{- include "common.affinities.pods" (dict "type" .Values.vmagent.podAffinityPreset.type "component" "" "extraMatchLabels" .Values.vmagent.podAffinityPreset.extraMatchLabels "topologyKey" "" "context" $) | nindent 10 }}
0 commit comments