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 b1d7fe8 commit 2f0c019Copy full SHA for 2f0c019
kustomize/high-availability/ha-postgres.yaml renamed to kustomize/high-availability-cluster/ha-postgres.yaml
@@ -1,20 +1,20 @@
1
apiVersion: acid.zalan.do/v1
2
kind: postgresql
3
metadata:
4
- name: acid-cluster-1
+ name: acid-ha-cluster-1
5
spec:
6
dockerImage: 'docker.io/cybertecpostgresql/cybertec-os-container:postgres-rocky-14.6-1-dev'
7
numberOfInstances: 2
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
+
kustomize/high-availability/kustomization.yaml
0 commit comments