We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f1df89 commit b1d7fe8Copy full SHA for b1d7fe8
1 file changed
kustomize/single-cluster/postgres.yaml
@@ -7,14 +7,13 @@ spec:
7
numberOfInstances: 1
8
postgresql:
9
version: '14'
10
- postgresVersion: 14
11
resources:
12
- limits:
13
- cpu: 500m
14
- memory: 500Mi
15
- requests:
16
- cpu: 100m
17
- memory: 100Mi
18
- teamId: acid
19
- volume:
20
- size: 5Gi
+ limits:
+ cpu: 500m
+ memory: 500Mi
+ requests:
+ cpu: 100m
+ memory: 100Mi
+ teamId: acid
+ volume:
+ size: 5Gi
0 commit comments