Skip to content
This repository has been archived by the owner on Jan 11, 2021. It is now read-only.

Commit

Permalink
Fixed pod anti affinity config.
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanguranda committed Jan 9, 2018
1 parent 4bf37be commit 194e75c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions helm/content-collection-unfolder/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ spec:
podAntiAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
- labelSelector:
matchExpressions:
- key: app
operator: In
values:
- {{ .Values.service.name }}
matchExpressions:
- key: app
operator: In
values:
- {{ .Values.service.name }}
topologyKey: "kubernetes.io/hostname"
containers:
- name: {{ .Values.service.name }}
Expand Down

0 comments on commit 194e75c

Please sign in to comment.