Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
Operator config
Browse files Browse the repository at this point in the history
  • Loading branch information
lholota committed Nov 9, 2023
1 parent 983152d commit 0e9c88a
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions apps/postgresql-operator/values.lab.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
resources:
limits:
cpu: 500m
memory: 512Mi
requests:
cpu: 1m
memory: 1Mi
cloudnative-pg:
resources:
limits:
cpu: 500m
memory: 512Mi
requests:
cpu: 1m
memory: 1Mi

tolerations:
- key: homecentr.one/critical-only
operator: Exists
effect: NoSchedule
tolerations:
- key: homecentr.one/critical-only
operator: Exists
effect: NoSchedule

0 comments on commit 0e9c88a

Please sign in to comment.