Skip to content

Commit 8dd1d79

Browse files
authored
Merge pull request #7 from jianxiaoguo/main
feat(passport): add affinity
2 parents c03b207 + 1f62830 commit 8dd1d79

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)