Skip to content

Commit cddef36

Browse files
authored
Update php_deployment.yaml
1 parent 3a339bb commit cddef36

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

php_deployment.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,10 @@ spec:
1919
containers:
2020
- name: php
2121
image: php:8-fpm-alpine
22-
volumeMounts:
23-
- name: local-pv-storage
24-
mountPath: "/usr/share/nginx/html"
2522
resources: # You need to specify the metric the HPA object will reference
2623
requests:
2724
memory: "64Mi"
2825
cpu: "125m"
2926
limits:
3027
memory: "128Mi"
3128
cpu: "250m"
32-
volumes:
33-
- name: local-pv-storage
34-
persistentVolumeClaim:
35-
claimName: local-pv-claim

0 commit comments

Comments
 (0)