File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed
helm/temporal-worker-controller Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 2929 {{- toYaml . | nindent 8 }}
3030 {{- end }}
3131 labels :
32+ app.kubernetes.io/component : manager
3233 {{- include "temporal-worker-controller.labels" . | nindent 8 }}
3334 {{- with .Values.podLabels }}
3435 {{- toYaml . | nindent 8 }}
Original file line number Diff line number Diff line change @@ -55,15 +55,13 @@ securityContext:
5555# architectures. You can build your manager image using the makefile target docker-buildx.
5656affinity : {}
5757 # podAntiAffinity:
58- # preferredDuringSchedulingIgnoredDuringExecution:
59- # - weight: 100
60- # podAffinityTerm:
61- # labelSelector:
58+ # requiredDuringSchedulingIgnoredDuringExecution:
59+ # - labelSelector:
6260 # matchExpressions:
63- # - key: control-plane
64- # operator: In
65- # values:
66- # - controller- manager
61+ # - key: app.kubernetes.io/component
62+ # operator: In
63+ # values:
64+ # - manager
6765 # topologyKey: kubernetes.io/hostname
6866 # nodeAffinity:
6967 # requiredDuringSchedulingIgnoredDuringExecution:
You can’t perform that action at this time.
0 commit comments