Skip to content

Commit cf04204

Browse files
committed
feat: add requests and limits to registry containers
1 parent 1c534f0 commit cf04204

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

charts/cluster-api-runtime-extensions-nutanix/addons/registry/cncf-distribution/values-template.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,22 @@ service:
66
type: ClusterIP
77
clusterIP: {{ .ServiceIP }}
88
port: 443
9+
resources:
10+
requests:
11+
cpu: 100m
12+
memory: 256Mi
13+
limits:
14+
cpu: 250m
15+
memory: 384Mi
916
statefulSet:
1017
enabled: true
1118
syncer:
1219
interval: 2m
20+
resources:
21+
requests:
22+
cpu: 25m
23+
memory: 50Mi
24+
limits:
25+
cpu: 100m
26+
memory: 75Mi
1327
tlsSecretName: {{ .TLSSecretName }}

0 commit comments

Comments
 (0)