chore(manifests/postgres): cpu resources "4" instead of 4000m
- was casuing argocd being out-of-sync
This commit is contained in:
parent
ad548f6b80
commit
7154f732ce
1 changed files with 2 additions and 2 deletions
|
|
@ -15,10 +15,10 @@ spec:
|
||||||
size: 100Gi
|
size: 100Gi
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 4000m
|
cpu: "4"
|
||||||
memory: 8Gi
|
memory: 8Gi
|
||||||
requests:
|
requests:
|
||||||
cpu: 1000m
|
cpu: "1"
|
||||||
memory: 8Gi
|
memory: 8Gi
|
||||||
## Postgres configuration ##
|
## Postgres configuration ##
|
||||||
# Enable 'postgres' superuser
|
# Enable 'postgres' superuser
|
||||||
|
|
|
||||||
Reference in a new issue