1
0
Fork 0

chore(manifests/postgres): cpu resources "4" instead of 4000m

- was casuing argocd being out-of-sync
This commit is contained in:
Vojtěch Mareš 2023-11-16 21:57:17 +01:00
parent ad548f6b80
commit 7154f732ce
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D

View file

@ -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