Skip to content

Commit

Permalink
Revert "fix(sciety-team): adjust remaining patches related to postgre…
Browse files Browse the repository at this point in the history
…s database sciety/sciety#3248"

This reverts commit f74b4a7.
  • Loading branch information
giorgiosironi committed May 17, 2024
1 parent f74b4a7 commit b684f4a
Showing 1 changed file with 20 additions and 27 deletions.
47 changes: 20 additions & 27 deletions clusters/flux-prod/sciety-team/sciety-deployment-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,41 +94,34 @@ spec:
value: "sciety"
operator: "Equal"
- op: add
path: /spec/proxy/pgBouncer
path: /spec/proxy/pgBouncer/affinity/nodeAffinity
value:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: Project
operator: In
values:
- sciety
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
path: /spec/backups/pgbackrest/repoHost/affinity/nodeAffinity
value:
repoHost:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: Project
operator: In
values:
- sciety
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: Project
operator: In
values:
- sciety
- op: add
path: /spec/backups/pgbackrest
path: /spec/backups/pgbackrest/repoHost/tolerations
value:
repoHost:
tolerations:
- key: project
value: "sciety"
operator: "Equal"
- key: project
value: "sciety"
operator: "Equal"

0 comments on commit b684f4a

Please sign in to comment.