We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19014a3 commit 15c5041Copy full SHA for 15c5041
conf/postgres-operator/pgo.yaml
@@ -4,7 +4,7 @@ Cluster:
4
CCPImagePrefix: crunchydata
5
Metrics: false
6
Badger: false
7
- CCPImageTag: rhel7-10.6-2.2.0-rc9
+ CCPImageTag: centos7-10.6-2.2.0
8
Port: 5432
9
User: testuser
10
Database: userdb
@@ -43,8 +43,8 @@ DefaultLoadResources:
43
DefaultLspvcResources:
44
DefaultRmdataResources:
45
DefaultBackupResources:
46
-DefaultPgbouncerResources: small
47
-DefaultPgpoolResources: small
+DefaultPgbouncerResources:
+DefaultPgpoolResources:
48
ContainerResources:
49
small:
50
RequestsMemory: 512Mi
@@ -62,4 +62,4 @@ Pgo:
62
LSPVCTemplate: /pgo-config/pgo.lspvc-template.json
63
LoadTemplate: /pgo-config/pgo.load-template.json
64
COImagePrefix: crunchydata
65
- COImageTag: rhel7-3.4.0-rc5
+ COImageTag: centos7-3.4.0
0 commit comments