File tree Expand file tree Collapse file tree
charts/database/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 podAffinity : {{- include "common.affinities.pods" (dict "type" .Values.podAffinityPreset.type "component" "" "extraMatchLabels" .Values.podAffinityPreset.extraMatchLabels "topologyKey" "" "context" $) | nindent 10 }}
2828 podAntiAffinity : {{- include "common.affinities.pods" (dict "type" .Values.podAntiAffinityPreset.type "component" "" "extraMatchLabels" .Values.podAntiAffinityPreset.extraMatchLabels "topologyKey" "" "context" $) | nindent 10 }}
2929 nodeAffinity : {{- include "common.affinities.nodes" (dict "type" .Values.nodeAffinityPreset.type "key" .Values.nodeAffinityPreset.key "values" .Values.nodeAffinityPreset.values ) | nindent 10 }}
30+ securityContext :
31+ fsGroup : 1000
32+ runAsGroup : 1000
33+ runAsUser : 1000
3034 serviceAccountName : drycc-database
3135 containers :
3236 - name : drycc-database
You can’t perform that action at this time.
0 commit comments