We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f52df6e commit 26e1e30Copy full SHA for 26e1e30
deploy/cr.yaml
@@ -52,6 +52,8 @@ spec:
52
# limits:
53
# cpu: 500m
54
# memory: "256Mi"
55
+# affinity:
56
+# antiAffinityType: preferred
57
tolerations: []
58
volumeSpec:
59
size: 1G
@@ -92,6 +94,8 @@ spec:
92
94
93
95
# cpu: "1"
96
# memory: "64Mi"
97
98
99
100
101
accessmode: ReadWriteOnce
@@ -120,6 +124,8 @@ spec:
120
124
121
125
# cpu: "2"
122
126
# memory: "512Mi"
127
128
123
129
expose:
130
serviceType: ClusterIP
131
# loadBalancerSourceRanges:
@@ -143,8 +149,6 @@ spec:
143
149
storagetype: dynamic
144
150
storageclass: ""
145
151
# matchLabels: ""
146
-# affinity:
147
-# default: null
148
152
# labels:
153
# pg-cluster-label: cluster1
154
# annotations:
0 commit comments