Skip to content

Commit

Permalink
Remove pod affinity
Browse files Browse the repository at this point in the history
  • Loading branch information
garryod authored Apr 26, 2024
1 parent 3e96d42 commit cce5d66
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions charts/datasets/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,3 @@ datasets:
secretName: ispyb
secretKey: password
otelCollectorUrl: http://federation-opentelemetry-collector:4317
affinity:
podAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
- labelSelector:
matchExpressions:
- key: app.kubernetes.io/instance
operator: In
values:
- ispyb
- key: app.kubernetes.io/name
operator: In
values:
- mariadb-galera
topologyKey: kubernetes.io/hostname

0 comments on commit cce5d66

Please sign in to comment.