Skip to content

Commit

Permalink
Restore antiaffinity
Browse files Browse the repository at this point in the history
  • Loading branch information
dbelev committed Jun 3, 2020
1 parent 8cb32fc commit fed6be6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions helm/resilient-splunk-forwarder/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ spec:
app: {{ .Values.service.name }}
visualize: "true"
spec:
{{- if not .Values.eksCluster }}
affinity:
podAntiAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand All @@ -37,7 +36,6 @@ spec:
values:
- {{ .Values.service.name }}
topologyKey: "kubernetes.io/hostname"
{{- end }}
containers:
- name: {{ .Chart.Name }}
image: "{{ .Values.image.repository }}:{{ .Chart.Version }}"
Expand Down

0 comments on commit fed6be6

Please sign in to comment.