Skip to content

Commit ef520ce

Browse files
Fix
1 parent c3c69fa commit ef520ce

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

helm/temporal-worker-controller/templates/manager.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ spec:
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 }}

helm/temporal-worker-controller/values.yaml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,13 @@ securityContext:
5555
# architectures. You can build your manager image using the makefile target docker-buildx.
5656
affinity: {}
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:

0 commit comments

Comments
 (0)