ressouce limits

This commit is contained in:
2026-04-07 20:52:19 +00:00
parent a808b33e3f
commit a2cd008288

View File

@@ -95,6 +95,13 @@ spec:
envFrom:
- secretRef:
name: samba-ad-secrets
resources:
requests:
cpu: "200m"
memory: "256Mi"
limits:
cpu: "1"
memory: "1Gi"
ports:
- { name: dns-tcp, containerPort: 53, protocol: TCP }
- { name: dns-udp, containerPort: 53, protocol: UDP }