File tree Expand file tree Collapse file tree
charts/victoriametrics/templates/victoriametrics Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 podAntiAffinity : {{- include "common.affinities.pods" (dict "type" .Values.vmagent.podAntiAffinityPreset.type "component" "" "extraMatchLabels" .Values.vmagent.podAntiAffinityPreset.extraMatchLabels "topologyKey" "" "context" $) | nindent 10 }}
2424 nodeAffinity : {{- include "common.affinities.nodes" (dict "type" .Values.vmagent.nodeAffinityPreset.type "key" .Values.vmagent.nodeAffinityPreset.key "values" .Values.vmagent.nodeAffinityPreset.values ) | nindent 10 }}
2525 serviceAccount : drycc-victoriametrics-vmagent
26+ securityContext :
27+ fsGroup : 1001
28+ runAsGroup : 1001
29+ runAsUser : 1001
2630 initContainers :
2731 - name : drycc-victoriametrics-vmagent-init
2832 image : {{.Values.imageRegistry}}/{{.Values.imageOrg}}/python-dev:latest
Original file line number Diff line number Diff line change 2323 podAffinity : {{- include "common.affinities.pods" (dict "type" .Values.vmstorage.podAffinityPreset.type "component" "" "extraMatchLabels" .Values.vmstorage.podAffinityPreset.extraMatchLabels "topologyKey" "" "context" $) | nindent 10 }}
2424 podAntiAffinity : {{- include "common.affinities.pods" (dict "type" .Values.vmstorage.podAntiAffinityPreset.type "component" "" "extraMatchLabels" .Values.vmstorage.podAntiAffinityPreset.extraMatchLabels "topologyKey" "" "context" $) | nindent 10 }}
2525 nodeAffinity : {{- include "common.affinities.nodes" (dict "type" .Values.vmstorage.nodeAffinityPreset.type "key" .Values.vmstorage.nodeAffinityPreset.key "values" .Values.vmstorage.nodeAffinityPreset.values ) | nindent 10 }}
26+ securityContext :
27+ fsGroup : 1001
28+ runAsGroup : 1001
29+ runAsUser : 1001
2630 containers :
2731 - name : drycc-victoriametrics-vmstorage
2832 image : {{.Values.imageRegistry}}/{{.Values.imageOrg}}/victoriametrics:{{.Values.imageTag}}
You can’t perform that action at this time.
0 commit comments