Skip to content

Commit

Permalink
fix(sciety-team): adjust remaining patches related to postgres database
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Haarhoff committed May 17, 2024
1 parent 0b4d1fb commit f74b4a7
Showing 1 changed file with 27 additions and 20 deletions.
47 changes: 27 additions & 20 deletions clusters/flux-prod/sciety-team/sciety-deployment-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,34 +94,41 @@ spec:
value: "sciety"
operator: "Equal"
- op: add
path: /spec/proxy/pgBouncer/affinity/nodeAffinity
path: /spec/proxy/pgBouncer
value:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: Project
operator: In
values:
- sciety
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: Project
operator: In
values:
- sciety
- op: add
path: /spec/proxy/pgBouncer/tolerations
value:
- key: project
value: "sciety"
operator: "Equal"
- op: add
path: /spec/backups/pgbackrest/repoHost/affinity/nodeAffinity
path: /spec/backups/pgbackrest
value:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: Project
operator: In
values:
- sciety
repoHost:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: Project
operator: In
values:
- sciety
- op: add
path: /spec/backups/pgbackrest/repoHost/tolerations
path: /spec/backups/pgbackrest
value:
- key: project
value: "sciety"
operator: "Equal"
repoHost:
tolerations:
- key: project
value: "sciety"
operator: "Equal"

0 comments on commit f74b4a7

Please sign in to comment.