Skip to content

Commit 1f62830

Browse files
author
lijianguo
committed
feat(passport): add affinity
1 parent c03b207 commit 1f62830

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

charts/passport/templates/passport-deployment.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ spec:
2222
labels:
2323
app: drycc-passport
2424
spec:
25+
{{- if .Values.global.common }}
26+
{{- include "common.affinity" (dict "key" "app" "values" (list "drycc-passport")) | indent 6 }}
27+
{{- end }}
2528
serviceAccount: drycc-passport
2629
initContainers:
2730
- name: drycc-passport-init

0 commit comments

Comments
 (0)