Skip to content

Commit

Permalink
Update phpinfo-po.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
scolomar authored Dec 16, 2024
1 parent 87e08c6 commit 4aa9f44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main/kubernetes/manifests/phpinfo-po.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# docker run --cpus 100m --detach --env AUTHOR=Sebastian --expose 8080 --memory 100M --memory-reservation 100M --name phpinfo --read-only --restart always --user nobody:nogroup --volume ${HOME}/phpinfo/:/data/:ro --workdir /data/ index.docker.io/library/php:alpine@sha256:ab23b416d86aec450ee7b75727f6bbec272edc2764a1b6fad13bc2823c59bb6b php -f index.php -S 0.0.0.0:8080
# docker run --cpus 10m --detach --env AUTHOR=Sebastian --expose 8080 --memory 100M --memory-reservation 10M --name phpinfo --read-only --restart always --user nobody:nogroup --volume ${HOME}/phpinfo/:/data/:ro --workdir /data/ index.docker.io/library/php:alpine@sha256:ab23b416d86aec450ee7b75727f6bbec272edc2764a1b6fad13bc2823c59bb6b php -f index.php -S 0.0.0.0:8080
apiVersion: v1
kind: Pod
metadata:
Expand Down Expand Up @@ -26,8 +26,8 @@ spec:
cpu: 100m
memory: 100M
requests:
cpu: 100m
memory: 100M
cpu: 10m
memory: 10M
securityContext:
readOnlyRootFilesystem: true
runAsUser: 65534
Expand Down

0 comments on commit 4aa9f44

Please sign in to comment.