Skip to content

Commit b1d7fe8

Browse files
author
matthias
committed
first commit
1 parent 2f1df89 commit b1d7fe8

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

kustomize/single-cluster/postgres.yaml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@ spec:
77
numberOfInstances: 1
88
postgresql:
99
version: '14'
10-
postgresVersion: 14
1110
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
11+
limits:
12+
cpu: 500m
13+
memory: 500Mi
14+
requests:
15+
cpu: 100m
16+
memory: 100Mi
17+
teamId: acid
18+
volume:
19+
size: 5Gi

0 commit comments

Comments
 (0)