php-fpm www.conf listen tcp

This commit is contained in:
2022-03-14 09:10:27 +01:00
parent 2f775470fd
commit 6bed4a690d
2 changed files with 4 additions and 4 deletions

View File

@@ -65,10 +65,10 @@ spec:
protocol: TCP
resources:
requests:
memory: "128Mi"
memory: "256Mi"
cpu: "250m"
limits:
memory: "256Mi"
memory: "512Mi"
cpu: "3000m"
---