Skip to content

Commit

Permalink
Merge branch 'main' into lagoon_type_check
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood authored Jan 3, 2023
2 parents 9cd8afa + 6c3f447 commit 2fe73a4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 20 deletions.
18 changes: 8 additions & 10 deletions legacy/helmcharts/elasticsearch/templates/prebackuppod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,14 @@ spec:
spec:
affinity:
podAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- podAffinityTerm:
labelSelector:
matchExpressions:
- key: lagoon.sh/service
operator: In
values:
- {{ include "elasticsearch.fullname" . }}
topologyKey: kubernetes.io/hostname
weight: 100
requiredDuringSchedulingIgnoredDuringExecution:
- labelSelector:
matchExpressions:
- key: lagoon.sh/service
operator: In
values:
- {{ .Release.Name }}
topologyKey: kubernetes.io/hostname
containers:
- args:
- sleep
Expand Down
18 changes: 8 additions & 10 deletions legacy/helmcharts/opensearch/templates/prebackuppod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,14 @@ spec:
spec:
affinity:
podAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- podAffinityTerm:
labelSelector:
matchExpressions:
- key: lagoon.sh/service
operator: In
values:
- {{ include "opensearch.fullname" . }}
topologyKey: kubernetes.io/hostname
weight: 100
requiredDuringSchedulingIgnoredDuringExecution:
- labelSelector:
matchExpressions:
- key: lagoon.sh/service
operator: In
values:
- {{ .Release.Name }}
topologyKey: kubernetes.io/hostname
containers:
- args:
- sleep
Expand Down

0 comments on commit 2fe73a4

Please sign in to comment.