Update manifests/artemis/gitea/values.yaml

This commit is contained in:
2025-11-02 16:11:57 +00:00
parent 21bb310576
commit 4d523486b5

View File

@@ -643,12 +643,13 @@ postgresql-ha:
repmgrPassword: changeme2
postgresPassword: changeme1
password: changeme4
limits:
cpu: 750m
memory: 750Mi
requests:
cpu: 750m
memory: 750Mi
resources:
limits:
cpu: 1000m
memory: 1Gi
requests:
cpu: 750m
memory: 750Mi
## @param postgresql-ha.pgpool.adminPassword pgpool adminPassword
## @param postgresql-ha.pgpool.image.repository Image repository, eg. `bitnamilegacy/pgpool`.